Skip to content

Commit 6702b70

Browse files
committed
Fix comment syntax for Vale in VSCode section of setup tutorial
- Change HTML comment syntax to JSX-style comments for Vale compatibility
1 parent d4f0c55 commit 6702b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/tutorials/set-up-your-test-environment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ You can use Doc Detective directly against your production site. For testing, it
3737
```
3838
</TabItem>
3939
<TabItem value='vscode' label='VSCode'>
40-
<!-- vale off -->
40+
{/* vale off */}
4141

4242
In VSCode, search for and install the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension. It gives you a local development server with live reload capability.
4343

44-
<!-- vale on -->
44+
{/* vale on */}
4545

4646
:::info
4747
You need to set the port number to `8080` in your VSCode settings to match the Doc Detective tutorials.

0 commit comments

Comments
 (0)