docs: use => using
This commit is contained in:
parent
34109fa741
commit
268508764f
3 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
* [Quick start](tutorial/quick-start.md)
|
* [Quick start](tutorial/quick-start.md)
|
||||||
* [Application distribution](tutorial/application-distribution.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)
|
* [Debugging browser process](tutorial/debugging-browser-process.md)
|
||||||
|
* [Using Selenium and WebDriver](tutorial/using-selenium-and-webdriver.md)
|
||||||
* [DevTools extension](tutorial/devtools-extension.md)
|
* [DevTools extension](tutorial/devtools-extension.md)
|
||||||
* [Use Selenium and WebDriver](tutorial/use-selenium-and-webdriver.md)
|
|
||||||
|
|
||||||
## API references
|
## API references
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
using a different V8 version from official Node, you need to use `apm` instead
|
|
@ -1,4 +1,4 @@
|
||||||
# Use Selenium and WebDriver
|
# Using Selenium and WebDriver
|
||||||
|
|
||||||
From [chromedriver - WebDriver for Google Chrome][chrome-driver]:
|
From [chromedriver - WebDriver for Google Chrome][chrome-driver]:
|
||||||
|
|
Loading…
Reference in a new issue