Skip to content

Commit

Permalink
fix: Correct README.md example for Australian English and Canadian En…
Browse files Browse the repository at this point in the history
…glish (#796)
  • Loading branch information
bubbletroubles committed Nov 28, 2023
1 parent 3498cb1 commit 675157f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/australian-english/README.md
Expand Up @@ -34,7 +34,7 @@ Adding `en-au` to the `cSpell.language` setting, will enable the Australian Engl
Example using both English and Australian English dictionaries:

```javascript
"cSpell.language": "en-au",
"cSpell.language": "en,en-AU",
```

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion extensions/canadian-english/README.md
Expand Up @@ -34,7 +34,7 @@ Adding `en-ca` to the `cSpell.language` setting, will enable the Canadian_englis
Example using both English and Canadian English dictionaries:

```javascript
"cSpell.language": "en-ca",
"cSpell.language": "en,en-CA",
```

## Requirements
Expand Down

0 comments on commit 675157f

Please sign in to comment.