diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en-us/config.md | 4 | ||||
-rw-r--r-- | doc/pt-br/config.md | 4 | ||||
-rw-r--r-- | doc/zh-cn/config.md | 4 | ||||
-rw-r--r-- | doc/zh-tw/config.md | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index 0e5d09ee..b180c25d 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -471,7 +471,7 @@ object<string, string> /* * global-element */ - "strict-convention": "None", + "conventions": "None", /* * no-unknown */ @@ -594,7 +594,7 @@ object<string, string> /* * global-element */ - "strict-convention": "Fallback", + "conventions": "Fallback", /* * no-unknown */ diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 762f2259..a0054531 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -471,7 +471,7 @@ object<string, string> /* * global-element */ - "strict-convention": "None", + "conventionss": "None", /* * no-unknown */ @@ -594,7 +594,7 @@ object<string, string> /* * global-element */ - "strict-convention": "Fallback", + "conventionss": "Fallback", /* * no-unknown */ diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md index 869e2506..7698ac42 100644 --- a/doc/zh-cn/config.md +++ b/doc/zh-cn/config.md @@ -471,7 +471,7 @@ object<string, string> /* * global-element */ - "strict-convention": "None", + "conventions": "None", /* * no-unknown */ @@ -594,7 +594,7 @@ object<string, string> /* * global-element */ - "strict-convention": "Fallback", + "conventions": "Fallback", /* * no-unknown */ diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index c922ad6b..30e6b20b 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -471,7 +471,7 @@ object<string, string> /* * global-element */ - "strict-convention": "None", + "convention": "None", /* * no-unknown */ @@ -594,7 +594,7 @@ object<string, string> /* * global-element */ - "strict-convention": "Fallback", + "convention": "Fallback", /* * no-unknown */ |