Skip to content

Commit

Permalink
Merge pull request mbeaudru#10 from piperchester/patch-1
Browse files Browse the repository at this point in the history
readme.md: minor typo fixes
  • Loading branch information
mbeaudru authored Sep 20, 2017
2 parents 908c3e8 + d5f773c commit c2c2343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This document is a cheatsheet for JavaScript you will frequently encounter in mo

This guide is not intended to teach you JavaScript from the ground up, but to help developers with basic knowledge who may struggle to get familiar with modern codebases (or let's say to learn React for instance) because of the JavaScript concepts used.

Besides, I will sometimes provide personal tips that may be debatable, but will take care to mention that's its a personal recommendation when I do so.
Besides, I will sometimes provide personal tips that may be debatable, but will take care to mention that it's a personal recommendation when I do so.

> **Note :** Most of the concepts introduced here are coming from a JavaScript language update (ES2015, often called ES6). You can find new features added by this update [here](http://es6-features.org), it's very well done.
> **Note :** Most of the concepts introduced here are coming from a JavaScript language update (ES2015, often called ES6). You can find new features added by this update [here](http://es6-features.org); it's very well done.
### Complementary resources

When you struggle to understand a notion, I suggest you to look for answers on the following resources:
When you struggle to understand a notion, I suggest you look for answers on the following resources:

- [MDN (Mozilla Developer Network)](https://developer.mozilla.org/fr/search?q=)
- [You don't know JS (book)](https://github.com/getify/You-Dont-Know-JS)
Expand Down

0 comments on commit c2c2343

Please sign in to comment.