From c6a6d7294dd50b9216918fe72fd92bc4ae572ac0 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Fri, 6 Jun 2025 11:07:29 -0500 Subject: [PATCH] docs: fix typo in development.md (#10998) --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index cf6d91e279..24bcba194b 100644 --- a/docs/development.md +++ b/docs/development.md @@ -118,7 +118,7 @@ To run tests, use `go test`: go test ./... ``` -> NOTE: In rare cirumstances, you may nedd to change a package using the new +> NOTE: In rare cirumstances, you may need to change a package using the new > "synctest" package in go1.24. > > If you do not have the "synctest" package enabled, you will not see build or