Skip to content

Commit 7f9deb4

Browse files
Karl SmeltzerWebFreak001
authored andcommitted
fix typos in docs
1 parent ae8a296 commit 7f9deb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"pathSubstitutions": {
111111
"type": "object",
112-
"description": "Help GDB find your source using path substitutions (GDB `substitute-path` variable",
112+
"description": "Help GDB find your source using path substitutions (GDB `substitute-path)` variable",
113113
"default": {
114114
"<fromPath>": "<toPath>"
115115
}
@@ -261,7 +261,7 @@
261261
},
262262
"pathSubstitutions": {
263263
"type": "object",
264-
"description": "Help GDB find your source using path substitutions (GDB `substitute-path` variable",
264+
"description": "Help GDB find your source using path substitutions (GDB `substitute-path)` variable",
265265
"default": {
266266
"<fromPath>": "<toPath>"
267267
}
@@ -531,7 +531,7 @@
531531
},
532532
"pathSubstitutions": {
533533
"type": "object",
534-
"description": "Help LLDB find your source using path substitutions (LLDB `target.source-map` variable",
534+
"description": "Help LLDB find your source using path substitutions (LLDB `target.source-map)` variable",
535535
"default": {
536536
"<fromPath>": "<toPath>"
537537
}
@@ -678,7 +678,7 @@
678678
},
679679
"pathSubstitutions": {
680680
"type": "object",
681-
"description": "Help LLDB find your source using path substitutions (LLDB `target.source-map` variable",
681+
"description": "Help LLDB find your source using path substitutions (LLDB `target.source-map)` variable",
682682
"default": {
683683
"<fromPath>": "<toPath>"
684684
}

0 commit comments

Comments
 (0)