Skip to content

Commit 7c37b57

Browse files
authored
Fixes cspell test for british spellings (aws#886)
1 parent 510be42 commit 7c37b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.1",
3-
"language": "en-US",
3+
"language": "en-US,en-GB",
44
"words": [
55
// C++ STL
66
"smatch",

0 commit comments

Comments
 (0)