Fixing Missing comma (#21749)

Travis Stevens created

Fix a missing comma in the docs

Release Notes:

- N/A

Change summary

docs/src/configuring-zed.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/configuring-zed.md 🔗

@@ -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",