Skip to content

Commit b01ad53

Browse files
Update test-plan.md
Co-Authored-By: Ajay Bhargav B <[email protected]>
1 parent 52f29d6 commit b01ad53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To setup a test project to verify on you can do:
106106
* Completion is available for types that exist in the project (i.e. `Program`)
107107
* Typing `@model DateTime` prompts for completion for the `model` symbol and the `DateTime` symbol.
108108

109-
#### C# Lightbulbs
109+
##### C# Lightbulbs
110110
* Typing `@{ var x = new HtmlString("sdf"); }`results in squiggles under `HtmlString`. Selecting `HtmlString` and pressing Ctrl+. results in a change suggestion to fully-qualify that type name as `Microsoft.AspNetCore.Html.HtmlString`. Hitting enter on that suggestion resolves the squiggles and changes the line.
111111

112112
##### C# Signature Help

0 commit comments

Comments
 (0)