Skip to content

Commit 44eb02f

Browse files
committed
Fix typo
1 parent 6e9ac37 commit 44eb02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# the folders to run the checks for
2525
files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/"]'
2626
# we want to check all files in the folders listed above, but exclude
27-
# a) any files in subfolders (these are translationss)
27+
# a) any files in subfolders (these are translations)
2828
# b) any '-script.asciidoc' files
2929
# c) any '*.vtt' files
3030
vale_flags: '--glob=!{*/*/*,*/*-script.asciidoc,*/*.vtt}'

0 commit comments

Comments
 (0)