Skip to content

Commit 90aa4ad

Browse files
author
James Leftley
committed
Fix typo - E6 => ES6 - in contributing docs
1 parent 730f57d commit 90aa4ad

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)