Skip to content

Commit c202356

Browse files
authored
Merge pull request #2389 from Flow-Launcher/fix-missing-dotnet-dict
[ci skip] Fix missing dotnet and php dict
2 parents 11c1468 + 43b9b06 commit c202356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
extra_dictionaries:
9292
cspell:software-terms/dict/softwareTerms.txt
9393
cspell:win32/src/win32.txt
94-
cspell:php/php.txt
94+
cspell:php/src/php.txt
9595
cspell:filetypes/filetypes.txt
9696
cspell:csharp/csharp.txt
97-
cspell:dotnet/dotnet.txt
97+
cspell:dotnet/src/dotnet.txt
9898
cspell:python/src/common/extra.txt
9999
cspell:python/src/python/python-lib.txt
100100
cspell:aws/aws.txt

0 commit comments

Comments
 (0)