Skip to content

Commit 26ae6ea

Browse files
committed
docs: fixed intro to getting started
1 parent aee5ace commit 26ae6ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/getting-started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ title: Getting Started with bUnit
55

66
# Getting Started with bUnit
77

8-
To start writing tests for Blazor components, first set up a test project, then you can start writing tests, either using C# or Razor syntax.
8+
To start writing tests for Blazor components, first set up a test project and then you can start adding tests, using either using C# or Razor syntax.
99

10-
The *the basics* topics are:
10+
The *basics* getting started topics are:
1111

1212
1. **<xref:create-test-project>** covers setting up a bUnit test project.
1313
2. **<xref:writing-csharp-tests>** covers the basics of writing tests in C#, i.e. like regular unit tests.
1414
3. **<xref:writing-razor-tests>** covers the basics of writing tests in `.razor` files in Razor and C# syntax.
1515

16-
The *next level* topics:
16+
The *next level* topics are:
1717

1818
1. **[Providing different types of input](xref:providing-input)** to a component under test in C# based tests, e.g. passing parameters or injecting services.
1919
2. **[Verifying output in various ways](xref:verification)** from a component under test, e.g. inspecting the rendered markup.

0 commit comments

Comments
 (0)