diff --git a/packages/localize/PACKAGE.md b/packages/localize/PACKAGE.md index a08e9ec1212..60d71170458 100644 --- a/packages/localize/PACKAGE.md +++ b/packages/localize/PACKAGE.md @@ -26,7 +26,7 @@ warning = $localize`${this.process} is not right`; could be replaced with: ```ts -warning = "" + this.process + ", ce n'est pas bon."; +warning = "" + this.process + ", n'est pas bon."; ``` The result is that all references to `$localize` are removed, and there is **zero runtime cost** to rendering