summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/i18n-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md
index 6cdd74a28..767e0c87f 100644
--- a/docs/markdown/i18n-module.md
+++ b/docs/markdown/i18n-module.md
@@ -83,7 +83,7 @@ i18n.xgettext(name, sources..., args: [...], recursive: false)
```
Invokes the `xgettext` program on given sources, to generate a `.pot` file.
-This function is to be used when the `gettext` function workflow it not suitable
+This function is to be used when the `gettext` function workflow is not suitable
for your project. For example, it can be used to produce separate `.pot` files
for each executable.