From 44448778b482ceca07f57e368708ec348f1d6f11 Mon Sep 17 00:00:00 2001 From: Abhinesh <142514166+AbhineshJha@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:27:54 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#4867) fixed minor mistake Signed-off-by: AbhineshJha --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f7ba696b69..50cef5cfe49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,7 +132,7 @@ github.com/jaegertracing/jaeger ## Imports grouping -This projects follows the following pattern for grouping imports in Go files: +This project follows the following pattern for grouping imports in Go files: - imports from standard library - imports from other projects