Skip to content

Commit 26bf2c1

Browse files
committed
Merge pull request BonsaiDen#242 from ogwiz2/master
Fixed spelling and capitalization
2 parents 4bec587 + 102fcee commit 26bf2c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing to Javascript Garden
22

3-
1. we're about Javascript AKA [ECMA script](http://www.ecma-international.org/ecma-262/5.1/) not a specific implementation. So we don't cover issues specific to one environment or interpreter, like browsers or V8 for node.
4-
1. micro-performance is out of scope: anything that's not a result of essential algorithmic complexity (e.g O(log n) vs O(n^2)) is down to a specific version of a specific interpreter (see 1).
5-
1. please test code examples to ensure they work, there's nothing more confusing than incorrect examples!
6-
1. contributing to JS garden makes you a fantastic person, and Brendan Eich will find you immensely attrative.
3+
1. We're about Javascript AKA [ECMA script](http://www.ecma-international.org/ecma-262/5.1/) not a specific implementation. So we don't cover issues specific to one environment or interpreter, like browsers or V8 for node.
4+
1. Micro-performance is out of scope: anything that's not a result of essential algorithmic complexity (e.g O(log n) vs O(n^2)) is down to a specific version of a specific interpreter (see 1).
5+
1. Please test code examples to ensure they work, there's nothing more confusing than incorrect examples!
6+
1. Contributing to JS Garden makes you a fantastic person, and Brendan Eich will find you immensely attractive.
77

88
Thank you for being kind enough to help out!

0 commit comments

Comments
 (0)