Skip to content

Commit

Permalink
Merge pull request #2 from ljmerza/patch-1
Browse files Browse the repository at this point in the history
Spelling fix
  • Loading branch information
AlbertoMontalesi authored May 14, 2018
2 parents e4b305b + 4101c39 commit 622f3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ebook/20_ES9_what-is-coming.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can find the list on [github](https://github.com/tc39/proposals/blob/master/

 

## Rest / Spred for objects
## Rest / Spread for objects

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

Expand Down Expand Up @@ -142,4 +142,4 @@ regexGreekSymbol.test('π');

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

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 comments on commit 622f3c0

Please sign in to comment.