Skip to content

Commit 8dd2dd9

Browse files
authored
Merge pull request #110 from timbaileyjones/patch-1
Typo: grammer -> grammar
2 parents 18fda83 + 9354b8f commit 8dd2dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var obj = {
108108
};
109109
```
110110

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

113113
### Template Strings
114114
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.

0 commit comments

Comments
 (0)