Skip to content

Commit ee302ef

Browse files
authored
Update README.md
fixed typos
1 parent eae9a40 commit ee302ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tensorflow_docs/tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ python3 -m pip install -U --user git+https://github.com/tensorflow/docs
2525
## nbfmt
2626

2727
A notebook formatting tool that makes Jupyter notebook source diffs consistent
28-
and easier to review. Since notebook authoring environments differ with regards
28+
and easier to review. Since notebook authoring environments differ with regard
2929
to file output, indentation, metadata and other non-specified fields; `nbfmt`
3030
uses opinionated defaults with a preference for the TensorFlow docs Colab
3131
workflow. To format a notebook, install the `tensorflow-docs` package and run
@@ -81,7 +81,7 @@ $ pre-commit install
8181
## nblint
8282

8383
A notebook linting tool that checks documentation style rules. Used to catch
84-
common errors and useful for CI tests. To lint a notebook, install the
84+
common errors and is useful for CI tests. To lint a notebook, install the
8585
`tensorflow-docs` package and run the `nblint` tool:
8686

8787
```shell

0 commit comments

Comments
 (0)