Fixing Missing comma (#21749)
Fix a missing comma in the docs Release Notes: - N/A
This commit is contained in:
@@ -994,7 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default
|
||||
"**/.git",
|
||||
"**/.svn",
|
||||
"**/.hg",
|
||||
"**/.jj"
|
||||
"**/.jj",
|
||||
"**/CVS",
|
||||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
|
||||
Reference in New Issue
Block a user