Skip to content

Commit be2808c

Browse files
committed
Merge pull request RisingStack#7 from babygau/master
- fixed a typo
2 parents b783e77 + 277352c commit be2808c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# [RisingStack](http://risingstack.com) Node.js Style Guide() {
22

3-
### Most of the content is taken from the [Airbnb stlyeguide](https://github.com/airbnb/javascript)
3+
### Most of the content is taken from the [Airbnb styleguide](https://github.com/airbnb/javascript)
44

55
Heavily inspired by them as well:
6-
- @caolan's [Node.js stlyeguide](http://caolanmcmahon.com/posts/nodejs_style_and_structure)
7-
- @felixge's [Node.js stlyeguide](https://github.com/felixge/node-style-guide)
6+
- @caolan's [Node.js styleguide](http://caolanmcmahon.com/posts/nodejs_style_and_structure)
7+
- @felixge's [Node.js styleguide](https://github.com/felixge/node-style-guide)
88

99
## Table of Contents
1010

@@ -1414,4 +1414,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14141414
14151415
**[⬆ back to top](#table-of-contents)**
14161416
1417-
# };
1417+
# };

0 commit comments

Comments
 (0)