typo: thay -> they

This commit is contained in:
daGo 2018-09-28 14:17:35 +03:00 committed by GitHub
parent dac2e71cff
commit 3a44f0c937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ Yes, it's possible.
If a function returns an object then `new` returns it instead of `this`.
So thay can, for instance, return the same externally defined object `obj`:
So they can, for instance, return the same externally defined object `obj`:
```js run no-beautify
let obj = {};