Fix typo in default settings (#38123)

This PR fixes a typo in the default settings file.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-09-14 02:39:34 +00:00
committed by GitHub
parent c50b561e1c
commit 89e527c23b
+1 -1
View File
@@ -1844,7 +1844,7 @@
// "typescript": "deno"
// }
},
// Repl settings.
// REPL settings.
"repl": {
// Maximum number of columns to keep in REPL's scrollback buffer.
// Clamped with [20, 512] range.