Skip to content

Commit 9dbce47

Browse files
committed
Minor fix grammar
1 parent f8e2c31 commit 9dbce47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ It is recommended that development is done in the latest
5454
docker run --rm -it -v ${PWD}:/addons -w /addons tensorflow/tensorflow:nightly-custom-op /bin/bash
5555
```
5656

57-
Try those commands below:
57+
Try these commands below:
5858

59-
0. Format codes automatically: `make code-format`
60-
1. Sanity check: `make sanity-check`
61-
2. Run unit test: `make unit-test`
62-
3. All of the above: `make`
59+
* Format codes automatically: `make code-format`
60+
* Sanity check: `make sanity-check`
61+
* Run unit test: `make unit-test`
62+
* All of the above: `make`
6363

6464
## Coding style
6565

0 commit comments

Comments
 (0)