minor fixes

This commit is contained in:
Violet Bora Lee 2020-02-02 03:25:04 +09:00
parent a035351fcf
commit 6f7ec12358
4 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@ For example:
```js
// backtick quotes ` allow to split the string into multiple lines
let str = `
Ecma International's TC39 is a group of JavaScript developers,
ECMA International's TC39 is a group of JavaScript developers,
implementers, academics, and more, collaborating with the community
to maintain and evolve the definition of JavaScript.
`;