Skip to content

Commit ef7b5cc

Browse files
committed
Merge pull request airbnb#403 from jonchretien/typo-fixes
fixed typos & removed dead link
2 parents d9b87de + 81f5d8d commit ef7b5cc

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@
19631963
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
19641964
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
19651965
1966-
**Other Styleguides**
1966+
**Other Style Guides**
19671967
19681968
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
19691969
- [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
@@ -2030,7 +2030,6 @@
20302030
- **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript)
20312031
- **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript)
20322032
- **Airbnb**: [airbnb/javascript](https://github.com/airbnb/javascript)
2033-
- **American Insitutes for Research**: [AIRAST/javascript](https://github.com/AIRAST/javascript)
20342033
- **Apartmint**: [apartmint/javascript](https://github.com/apartmint/javascript)
20352034
- **Avalara**: [avalara/javascript](https://github.com/avalara/javascript)
20362035
- **Billabong**: [billabong/javascript](https://github.com/billabong/javascript)
@@ -2042,7 +2041,7 @@
20422041
- **Expensify** [Expensify/Style-Guide](https://github.com/Expensify/Style-Guide/blob/master/javascript.md)
20432042
- **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide)
20442043
- **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript)
2045-
- **GeneralElectric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
2044+
- **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
20462045
- **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style)
20472046
- **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript)
20482047
- **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript)
@@ -2071,7 +2070,6 @@
20712070
- **Target**: [target/javascript](https://github.com/target/javascript)
20722071
- **TheLadders**: [TheLadders/javascript](https://github.com/TheLadders/javascript)
20732072
- **T4R Technology**: [T4R-Technology/javascript](https://github.com/T4R-Technology/javascript)
2074-
- **Userify**: [userify/javascript](https://github.com/userify/javascript)
20752073
- **VoxFeed**: [VoxFeed/javascript-style-guide](https://github.com/VoxFeed/javascript-style-guide)
20762074
- **Weggo**: [Weggo/javascript](https://github.com/Weggo/javascript)
20772075
- **Zillow**: [zillow/javascript](https://github.com/zillow/javascript)

es5/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
return name;
449449
}
450450

451-
// bad - unnessary function call
451+
// bad - unnecessary function call
452452
function() {
453453
var name = getName();
454454

@@ -1565,7 +1565,7 @@
15651565
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
15661566
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
15671567
1568-
**Other Styleguides**
1568+
**Other Style Guides**
15691569
15701570
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
15711571
- [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
@@ -1634,7 +1634,6 @@
16341634
- **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript)
16351635
- **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript)
16361636
- **Airbnb**: [airbnb/javascript](https://github.com/airbnb/javascript)
1637-
- **American Insitutes for Research**: [AIRAST/javascript](https://github.com/AIRAST/javascript)
16381637
- **Apartmint**: [apartmint/javascript](https://github.com/apartmint/javascript)
16391638
- **Avalara**: [avalara/javascript](https://github.com/avalara/javascript)
16401639
- **Billabong**: [billabong/javascript](https://github.com/billabong/javascript)
@@ -1645,7 +1644,7 @@
16451644
- **ExactTarget**: [ExactTarget/javascript](https://github.com/ExactTarget/javascript)
16461645
- **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide)
16471646
- **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript)
1648-
- **GeneralElectric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
1647+
- **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
16491648
- **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style)
16501649
- **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript)
16511650
- **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript)
@@ -1675,7 +1674,6 @@
16751674
- **Target**: [target/javascript](https://github.com/target/javascript)
16761675
- **TheLadders**: [TheLadders/javascript](https://github.com/TheLadders/javascript)
16771676
- **T4R Technology**: [T4R-Technology/javascript](https://github.com/T4R-Technology/javascript)
1678-
- **Userify**: [userify/javascript](https://github.com/userify/javascript)
16791677
- **VoxFeed**: [VoxFeed/javascript-style-guide](https://github.com/VoxFeed/javascript-style-guide)
16801678
- **Weggo**: [Weggo/javascript](https://github.com/Weggo/javascript)
16811679
- **Zillow**: [zillow/javascript](https://github.com/zillow/javascript)

0 commit comments

Comments
 (0)