Skip to content

Commit 866e856

Browse files
authored
docs: update development doc (#3700)
1 parent f080a99 commit 866e856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/development.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can build your changes with
1111
Run linters as you make your changes.
1212
We can recommend using VSCode with the Go addon to have this work automatically.
1313

14-
Official lints are ran with:
14+
Official lints are run with:
1515

1616
make check
1717

@@ -20,11 +20,11 @@ Linter versions are changed with [tools.go](../tools.go).
2020

2121
## Testing
2222

23-
The full test suite is ran with:
23+
The full test suite is run with:
2424

2525
make test
2626

27-
This takes a while to run. The test suite uses a fork of [gocheck](http://labix.org/gocheck). With gocheck, individual tests can be ran with this form:
27+
This takes a while to run. The test suite uses a fork of [gocheck](http://labix.org/gocheck). With gocheck, individual tests can be run with this form:
2828

2929
go test github.com/tikv/pd/server/api -check.f TestJsonRespondError
3030

@@ -37,4 +37,4 @@ We use [Swagger 2.0](https://swagger.io/specification/v2/) to automatically gene
3737
## Error responses
3838

3939
Error responses from the server are switching to using [errcode codes](https://github.com/pingcap/errcode).
40-
The should use the `errorResp` function. Please look at other places in the codebase that use `errorResp`.
40+
They should use the `errorResp` function. Please look at other places in the codebase that use `errorResp`.

0 commit comments

Comments
 (0)