diff options
| author | 2023-01-09 12:59:30 +0100 | |
|---|---|---|
| committer | 2023-01-09 12:59:30 +0100 | |
| commit | 1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd (patch) | |
| tree | 6f839261a75d5ce7cfc42b3f43673dc250a26ad1 /.typos.toml | |
| parent | 3fb8ab8eb5c88042320bbe006825b21f5a8f21de (diff) | |
Update dev dependencies (#4993)
Related to https://github.com/FreshRSS/FreshRSS/pull/4991
Required a few changes in code to pass the tests
Diffstat (limited to '.typos.toml')
| -rw-r--r-- | .typos.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.typos.toml b/.typos.toml index f4b7d5f5a..38a2a1cee 100644 --- a/.typos.toml +++ b/.typos.toml @@ -3,7 +3,7 @@ ot = "ot" Ths2 = "Ths2" [default.extend-words] -ba = "ba" +referer = "referer" [files] extend-exclude = [ @@ -33,6 +33,7 @@ extend-exclude = [ "app/i18n/zh-cn/", "bin/", "CHANGELOG-old.md", + "composer.lock", "data/", "docs/fr/", "lib/phpgt/", |
