docs: fix typo in development.md (#10998)

This commit is contained in:
Hunter Wittenborn
2025-06-06 11:07:29 -05:00
committed by GitHub
parent 2cf007c9d1
commit c6a6d7294d

View File

@@ -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