[plugin-proposal-class-properties] Fix small loose docs typo (#6941)

This commit is contained in:
Sam Gluck 2017-11-30 21:09:36 +00:00 committed by Brian Ng
parent 0a2a37c31f
commit 18b91a8388

View File

@ -98,7 +98,7 @@ When `true`, class properties are compiled to use an assignment expression inste
} }
``` ```
Without `{ "loose": true }`, the above code will compile to the following, using `Object.definePropery`: Without `{ "loose": true }`, the above code will compile to the following, using `Object.defineProperty`:
```js ```js
var Bork = function Bork() { var Bork = function Bork() {