From bb8f82afdbe135baf950bb03bf20a61807a07996 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 20 Mar 2024 14:05:46 -0600 Subject: [PATCH] fix issur with text Co-authored-by: Phil Tyler --- .../guides/wordpress-developer/12-performant-translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/wordpress-developer/12-performant-translations.md b/source/content/guides/wordpress-developer/12-performant-translations.md index c1ed2c6c49..64f9afdb3e 100644 --- a/source/content/guides/wordpress-developer/12-performant-translations.md +++ b/source/content/guides/wordpress-developer/12-performant-translations.md @@ -40,4 +40,4 @@ The example above does three things: 1) sets the environment to `SFTP` mode, 2) ### Considerations * Running `i18n make-php` will generate `.l10n.php` files _based on the current_ `.mo` files. You might want to run this command after updating your language files to ensure the `.l10n.php` files are up-to-date first. -* The existing [known issur relating to WordPress Language Packs](/wordpress-known-issues#language-packs) still apply. As noted above, language packs can only be installed and updated in SFTP mode and then committed to the filesystem via the dashboard or Terminus. \ No newline at end of file +* The existing [known issue relating to WordPress Language Packs](/wordpress-known-issues#language-packs) still apply. As noted above, language packs can only be installed and updated in SFTP mode and then committed to the filesystem via the dashboard or Terminus. \ No newline at end of file