diff --git a/pages/test_analytics/golang_collectors.md b/pages/test_analytics/golang_collectors.md index 8a09c8d3a9..ad07667da7 100644 --- a/pages/test_analytics/golang_collectors.md +++ b/pages/test_analytics/golang_collectors.md @@ -12,7 +12,7 @@ To use Test Analytics with your [Go](https://go.dev/) language projects use [got go install gotest.tools/gotestsum@latest ``` -2. Use gotestsum to run your tests and output JUnit XML, by replacing `go test` with `go testsum`, for example: +2. Use gotestsum to run your tests and output JUnit XML, by replacing `go test` with `gotestsum`, for example: ```sh gotestsum --junitfile junit.xml ./...