From bc591f74e8c97bf02d22ecb9d5ec745d3899267e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 25 Nov 2025 21:48:42 +0000 Subject: docs: Fix minor typo in i18n module docs Signed-off-by: Philip Withnall --- docs/markdown/i18n-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3