From 6f26bcd22c4609cbadb8515cab1123f8e75eefce Mon Sep 17 00:00:00 2001 From: Vivek Kumar <115945472+vivekBoii@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:59:21 +0530 Subject: [PATCH] fix:typo error in CONTRIBUTING.md (#3965) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a44ee1ca5..6176796c68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ If a test is interrupted check to make certain that all Docker containers have b ### Running individual tests -If you don't want to run the entire test suite, you can just run a singe test +If you don't want to run the entire test suite, you can just run a single test with go. For example, if you wanted to run the tests TestAuthTokenAuthenticator, you would run: