Skip to content

Commit d202f93

Browse files
committed
fix a typo in command title
1 parent 92e33df commit d202f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@
117117
},
118118
{
119119
"command": "vscode-cmsis-debugger.liveWatch.addToLiveWatchFromTextEditor",
120-
"title": "Add To Live Watch",
120+
"title": "Add to Live Watch",
121121
"category": "Live Watch"
122122
},
123123
{
124124
"command": "vscode-cmsis-debugger.liveWatch.addToLiveWatchFromWatchWindow",
125-
"title": "Add To Live Watch",
125+
"title": "Add to Live Watch",
126126
"category": "Live Watch"
127127
},
128128
{
129129
"command": "vscode-cmsis-debugger.liveWatch.addToLiveWatchFromVariablesView",
130-
"title": "Add To Live Watch",
130+
"title": "Add to Live Watch",
131131
"category": "Live Watch"
132132
}
133133
],

0 commit comments

Comments
 (0)