diff --git a/docs/site/docs/getting-started/index.md b/docs/site/docs/getting-started/index.md index 108e29a5a..daf0751d5 100644 --- a/docs/site/docs/getting-started/index.md +++ b/docs/site/docs/getting-started/index.md @@ -7,7 +7,7 @@ title: Getting Started with bUnit 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. -The *basics* getting started topics are: +The *basic* getting started topics are: 1. **** covers setting up a bUnit test project. 2. **** covers the basics of writing tests in C#, i.e. like regular unit tests.