We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279defe commit 4101c39Copy full SHA for 4101c39
ebook/20_ES9_what-is-coming.md
@@ -5,7 +5,7 @@ You can find the list on [github](https://github.com/tc39/proposals/blob/master/
5
6
7
8
-## Rest / Spred for objects
+## Rest / Spread for objects
9
10
Now we can use the rest/spread syntax for objects, let's look at how:
11
@@ -142,4 +142,4 @@ regexGreekSymbol.test('π');
142
143
When using *tagged* template literals the restriction on escape sequences are removed.
144
145
-You can read more [here.](https://tc39.github.io/proposal-template-literal-revision/#sec-template-literals)
+You can read more [here.](https://tc39.github.io/proposal-template-literal-revision/#sec-template-literals)
0 commit comments