Skip to content

Commit 091483c

Browse files
authored
Update cpp-linter-overview.md
1 parent a3552bb commit 091483c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/cpp-linter-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Starting in Visual Studio 2022, the C++ Linter is enabled by default. To use it,
2828

2929
Most of the linter checks have suggestions for fixing the problem. Hover over the error squiggle and choose the light bulb that pops up to see the suggestions. A preview diff of the suggested change is shown, so you can confirm the change makes sense before you apply it.
3030

31-
## <a name="configure-the-linter"> Configure the linter
31+
## Configure the linter
3232

3333
You can enable or disable the linter, or configure the severity level for each check, in the C++ Code Style options.
3434

0 commit comments

Comments
 (0)