Skip to content

Commit 8f26fa8

Browse files
docs: fix typos (#13607)
_This PR applies 2/2 suggestions from code quality [AI findings](https://github.com/openfoodfacts/openfoodfacts-server/security/quality/ai-findings)._ --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 0bd226e commit 8f26fa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ProductOpener/Config.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ autoload("ProductOpener::Config_$flavor");
4343
# tag ids are also used in URLs.
4444

4545
# unaccent:
46-
# - useful when accents are sometimes ommited (e.g. in French accents are often not present on capital letters),
46+
# - useful when accents are sometimes omitted (e.g. in French accents are often not present on capital letters),
4747
# either in print, or when typed by users.
4848
# - dangerous if different words (in the same context like ingredients or category names) have the same unaccented form
4949
# lowercase:
@@ -68,7 +68,7 @@ autoload("ProductOpener::Config_$flavor");
6868
lowercase => 1,
6969
},
7070
# French has very few actual conflicts caused by unaccenting (one counter example is "pâtes" and "pâtés")
71-
# Accents or often not present in capital letters (beginning of word, or in all caps text).
71+
# Accents are often not present in capital letters (beginning of word, or in all caps text).
7272
fr => {
7373
unaccent => 1,
7474
lowercase => 1,

0 commit comments

Comments
 (0)