diff --git a/doc/vscode.md b/doc/vscode.md index c7a0d85550..3d037955f4 100644 --- a/doc/vscode.md +++ b/doc/vscode.md @@ -82,7 +82,7 @@ or create the file `.vscode/launch.json`: ``` **Optional:** use `"program": "${fileDirname}/${fileBasenameNoExtension}"` to debug -any current open source file with an existing binary with the same name but without any extention. +any current open source file with an existing binary with the same name but without any extension. ### Usage