Skip to content

Commit 97c41fc

Browse files
authored
Merge pull request electron#298 from jleft/fix-contributing-docs-typo
Fix typo - E6 => ES6 - in contributing docs
2 parents 730f57d + 90aa4ad commit 97c41fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ behavior to [[email protected]](mailto:[email protected]).
1212

1313
## Code Style & ES6
1414

15-
This project uses the [JavaScript Standard](http://standardjs.com) style and limited E6 syntax.
15+
This project uses the [JavaScript Standard](http://standardjs.com) style and limited ES6 syntax.
1616

1717
Because this project is intended for beginners we stick to mostly vanilla JavaScript. One of the features we want illustrate about Electron, however, is that you can use most of ES6 out of the box. To that end, in this project we use these parts of ES6:
1818

0 commit comments

Comments
 (0)