From 299508882f06ff23738d8aaea9a0e28519105187 Mon Sep 17 00:00:00 2001 From: pharry22 Date: Fri, 7 Aug 2020 10:09:31 +1000 Subject: [PATCH] Update index.md I think the word basic should not be plural. --- docs/site/docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.