From 3c56532ecb48af21230a9bfb6f71c540f2775820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=A8=E0=A4=B5=E0=A5=81=E0=A4=B2=E0=A5=87=20=E0=A4=AA?= =?UTF-8?q?=E0=A4=B5=E0=A4=A8=20=E0=A4=95=E0=A5=81=E0=A4=AE=E0=A4=BE?= =?UTF-8?q?=E0=A4=B0=20=E0=A4=B0=E0=A4=BE=E0=A4=B5?= Date: Mon, 7 Jun 2021 18:20:18 +0530 Subject: [PATCH] docs: fix a typo in vscode.md (#10376) --- doc/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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