Skip to content

Commit 622f3c0

Browse files
Merge pull request #2 from ljmerza/patch-1
Spelling fix
2 parents e4b305b + 4101c39 commit 622f3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebook/20_ES9_what-is-coming.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can find the list on [github](https://github.com/tc39/proposals/blob/master/
55

66
 
77

8-
## Rest / Spred for objects
8+
## Rest / Spread for objects
99

1010
Now we can use the rest/spread syntax for objects, let's look at how:
1111

@@ -142,4 +142,4 @@ regexGreekSymbol.test('π');
142142

143143
When using *tagged* template literals the restriction on escape sequences are removed.
144144

145-
You can read more [here.](https://tc39.github.io/proposal-template-literal-revision/#sec-template-literals)
145+
You can read more [here.](https://tc39.github.io/proposal-template-literal-revision/#sec-template-literals)

0 commit comments

Comments
 (0)