From e3e6db7c9a2fe1a450490bcdb2c679356ba814c1 Mon Sep 17 00:00:00 2001 From: Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:07:12 +0100 Subject: [PATCH] Fix typos (#3074) --- docs/unit-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/unit-tests.md b/docs/unit-tests.md index 69fe9412b5..81e5fc9be1 100644 --- a/docs/unit-tests.md +++ b/docs/unit-tests.md @@ -2,9 +2,9 @@ - [Overview](#overview) - [Unit Tests](#unit-tests) -- [Why unit test?](#why-unit-test)] +- [Why unit test?](#why-unit-test) - [Six Best practices](#six-best-practices) -- [Code Coverage](#code-coverage)] +- [Code Coverage](#code-coverage) - [FluentUI Blazor Unit Tests](#fluentui-blazor-unit-tests) - [Test File Template](#test-file-template) - [Example with a simple property](#example-with-a-simple-property)