Skip to content

Commit e657a5c

Browse files
committed
Add 'full' to cspell dictionary
The Japanese routing docs use '_full' as a parameter name which triggers a spelling warning. Adding 'full' to the allowed words list.
1 parent 3b779ab commit e657a5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"example",
6464
"Classes",
6565
"Redirect",
66-
"Layout"
66+
"Layout",
67+
"full"
6768
],
6869
"ignoreRegExpList": [
6970
"\\$[a-zA-Z_][a-zA-Z0-9_]*",

0 commit comments

Comments
 (0)