Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #298 from jleft/fix-contributing-docs-typo
Browse files Browse the repository at this point in the history
Fix typo - E6 => ES6 - in contributing docs
  • Loading branch information
zeke authored Mar 15, 2017
2 parents 730f57d + 90aa4ad commit 97c41fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ behavior to [electron@github.com](mailto:electron@github.com).

## Code Style & ES6

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

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:

Expand Down

0 comments on commit 97c41fc

Please sign in to comment.