Merge pull request #4695 from dongjoon-hyun/fix_link_name
Fix link name.
This commit is contained in:
commit
aa8dbbf6b6
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ To run your app, read [Run your app](../tutorial/quick-start.md#run-your-app).
|
||||||
## Destructuring assignment
|
## Destructuring assignment
|
||||||
|
|
||||||
If you are using CoffeeScript or Babel, you can also use
|
If you are using CoffeeScript or Babel, you can also use
|
||||||
[destructuring assignment][desctructuring-assignment] to make it easier to use
|
[destructuring assignment][destructuring-assignment] to make it easier to use
|
||||||
built-in modules:
|
built-in modules:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
@ -79,5 +79,5 @@ require('electron').hideInternalModules()
|
||||||
```
|
```
|
||||||
|
|
||||||
[gui]: https://en.wikipedia.org/wiki/Graphical_user_interface
|
[gui]: https://en.wikipedia.org/wiki/Graphical_user_interface
|
||||||
[desctructuring-assignment]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
|
[destructuring-assignment]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
|
||||||
[issue-387]: https://github.com/atom/electron/issues/387
|
[issue-387]: https://github.com/atom/electron/issues/387
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue