Skip to content

Commit

Permalink
Typo: grammer -> grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
timbaileyjones committed Jul 24, 2016
1 parent 18fda83 commit 9354b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var obj = {
};
```

More info: [MDN Grammer and types: Object literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Object_literals)
More info: [MDN Grammar and types: Object literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Object_literals)

### Template Strings
Template strings provide syntactic sugar for constructing strings. This is similar to string interpolation features in Perl, Python and more. Optionally, a tag can be added to allow the string construction to be customized, avoiding injection attacks or constructing higher level data structures from string contents.
Expand Down

0 comments on commit 9354b8f

Please sign in to comment.