Skip to content

Commit 42d0f20

Browse files
committed
spelling
1 parent 1628a3b commit 42d0f20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utilities.cake

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ Task ("spell-check")
442442
}
443443

444444
var dictionary = WeCantSpell.Hunspell.WordList.CreateFromFiles(@"externals/English (American).dic");
445-
var words = new[]
446-
{
445+
string[] words =
446+
[
447447
"Xamarin",
448448
"AndroidX",
449449
"IdentifierCommon",
@@ -814,7 +814,8 @@ Task ("spell-check")
814814
"LiteRT",
815815
"Multiprocess",
816816
"MultiProcess",
817-
};
817+
"RecaptchaBase",
818+
];
818819

819820
var dictionary_custom = WeCantSpell.Hunspell.WordList.CreateFromWords(words);
820821

0 commit comments

Comments
 (0)