Skip to content

Commit 8620c81

Browse files
authored
Update csharp-examples.md
1 parent a90e147 commit 8620c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Writing Blazor Component tests in C
1+
# Writing Blazor Component tests in C#
22

33
In the following examples, the terminology **component under test** (abbreviated CUT) is used to mean the component that is the target of the test. The examples below use the `Shouldly` assertion library as well. If you prefer not to use that just replace the assertions with the ones from your own favorite assertion library.
44

0 commit comments

Comments
 (0)