Skip to content

Commit f468796

Browse files
authored
Update index.md
1 parent e5235d7 commit f468796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tp do this, you can do the following using bUnit and xUnit:
3333

3434
[!code-csharp[CounterTest.cs](../samples/tests/xunit/CounterTestWithCtx.cs#L8-L21)]
3535

36-
This test uses bUnit’s test context to render the ‘Counter’ component with the ‘RenderComponent’ method. It then finds the button the component rendered and clicks it with the ‘Find’ and ‘Click’ methods. Finally, it finds the paragraph (<p>) element and verifies that it matches the expected markup passed to the MarkupMatches method.
36+
This test uses bUnit’s test context to render the ‘Counter’ component with the ‘RenderComponent’ method. It then finds the button the component rendered and clicks it with the ‘Find’ and ‘Click’ methods. Finally, it finds the paragraph (`<p>`) element and verifies that it matches the expected markup passed to the MarkupMatches method.
3737

3838
**Go to the [Documentation](xref:getting-started) pages to learn more.**
3939

0 commit comments

Comments
 (0)