diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-03 17:44:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-03 17:44:30 +0100 |
commit | 82bfaef7df35c659afd2611f8d975c084375bf46 (patch) | |
tree | 4dd0280d3006dc7fa124dc3a8a16d5c9a24f8f62 /editors/code | |
parent | 7ad7f3ca8ca7503e3749e93a80ec1b7aa1491e6c (diff) | |
parent | bc11d46230046c2d78bf24c6a68a72dcc691e44f (diff) |
Merge #5203
5203: Fix typo in description of vscode setting r=matklad a=Nashenas88
Co-authored-by: Paul Daniel Faria <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 7c8b2fbec..4b47fc9d3 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -583,7 +583,7 @@ | |||
583 | "items": { | 583 | "items": { |
584 | "type": "string" | 584 | "type": "string" |
585 | }, | 585 | }, |
586 | "description": "List of warnings warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in te problems panel.", | 586 | "description": "List of warnings warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.", |
587 | "default": [] | 587 | "default": [] |
588 | } | 588 | } |
589 | } | 589 | } |