Skip to content

Commit b2841f1

Browse files
authored
Fixed typos in docs (#1566)
1 parent 94b1de0 commit b2841f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Development
33

4-
The document contains the necessary information for setting up the development environement
4+
The document contains the necessary information for setting up the development environment
55
and building the `tensorflow-io` package from source on various platforms. Once the setup is completed please refer to the [STYLE_GUIDE](https://github.com/tensorflow/io/blob/master/STYLE_GUIDE.md) for guidelines on adding new ops.
66

77
### IDE Setup
@@ -159,8 +159,8 @@ TFIO_DATAPATH=bazel-bin python3 -m pytest -s -v tests/test_serialization.py
159159

160160
##### CentOS 8
161161

162-
The steps to build shared libraries for CentOS 8 is similiar to Ubuntu 20.04 above
163-
excpet that
162+
The steps to build shared libraries for CentOS 8 is similar to Ubuntu 20.04 above
163+
except that
164164
```
165165
sudo yum install -y python3 python3-devel gcc gcc-c++ git unzip which make
166166
```

docs/vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Configuring Visual Studio Code
22

3-
Visual Studio Code (VSCode) is a free code editor, which runs on the macOS, Linux, and Windows operating systems. It has elegent tooling support which supports Python & C++ development, visual debugging, integration with git and many more interesting features. Owing to the ease of use and extension management, it is a great editor for TensorFlow IO development. However, some effort is necessary
3+
Visual Studio Code (VSCode) is a free code editor, which runs on the macOS, Linux, and Windows operating systems. It has elegant tooling support which supports Python & C++ development, visual debugging, integration with git and many more interesting features. Owing to the ease of use and extension management, it is a great editor for TensorFlow IO development. However, some effort is necessary
44
to configure it properly. Since VSCode configuration is very flexible, it allows developers to
55
compile project using bazel and run the code under Python and C++ debuggers. The base tool setup might differ based on the operation systems, but the configuration approach should be similar.
66

77
## Extensions
88

9-
To install an extension click the extensions view icon (Extensions) on the Sidebar, or use the shortcut Ctrl+Shift+X. Then searh for keyword below.
9+
To install an extension click the extensions view icon (Extensions) on the Sidebar, or use the shortcut Ctrl+Shift+X. Then search for keyword below.
1010

1111
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Official C++ extension from Microsoft
1212
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Official Python extension from Microsoft

0 commit comments

Comments
 (0)