docs: use => using

This commit is contained in:
Cheng Zhao 2014-09-13 00:14:24 +08:00
parent 34109fa741
commit 268508764f
3 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@
* [Quick start](tutorial/quick-start.md)
* [Application distribution](tutorial/application-distribution.md)
* [Use native node modules](tutorial/use-native-node-modules.md)
* [Using native node modules](tutorial/using-native-node-modules.md)
* [Debugging browser process](tutorial/debugging-browser-process.md)
* [Using Selenium and WebDriver](tutorial/using-selenium-and-webdriver.md)
* [DevTools extension](tutorial/devtools-extension.md)
* [Use Selenium and WebDriver](tutorial/use-selenium-and-webdriver.md)
## API references

View file

@ -1,4 +1,4 @@
# Use native Node modules
# Usng native Node modules
The native Node modules are supported by atom-shell, but since atom-shell is
using a different V8 version from official Node, you need to use `apm` instead

View file

@ -1,4 +1,4 @@
# Use Selenium and WebDriver
# Using Selenium and WebDriver
From [chromedriver - WebDriver for Google Chrome][chrome-driver]: