From 919586c681188485d565cd425e465c1906604782 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Mon, 25 Nov 2024 23:35:29 +0100 Subject: [PATCH] doc: Fix typo in CONTRIBUTING.md (#18243) This PR fixes a very small typo (missing space) in the CONTRIBUTING.md doc file. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18ebdd9601..76b68a08d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,7 +158,7 @@ Once you've discussed your proposed feature/fix/etc. with a team member, and you ### Testing -Testing is a key component in the development workflow. Both Windows Terminal and Windows Console use TAEF(the Test Authoring and Execution Framework) as the main framework for testing. +Testing is a key component in the development workflow. Both Windows Terminal and Windows Console use TAEF (the Test Authoring and Execution Framework) as the main framework for testing. If your changes affect existing test cases, or you're working on brand new features and also the accompanying test cases, see [TAEF](./doc/TAEF.md) for more information about how to validate your work locally.