Skip to content

Commit 983ce0c

Browse files
authored
Fix typo in VSCode recipe
1 parent ac2ae05 commit 983ce0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/debugging-with-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use VS Code's “JavaScript Debug Terminal” to automatically debug AVA
1313

1414
## Creating a launch configuration
1515

16-
Alternatively you can create a lanch configuration, which makes it easier to debug individual test files.
16+
Alternatively you can create a launch configuration, which makes it easier to debug individual test files.
1717

1818
1. Open a workspace for your project.
1919
1. In the sidebar click the *Debug* handle.

0 commit comments

Comments
 (0)