[plugin-proposal-class-properties] Fix small loose docs typo (#6941)
This commit is contained in:
parent
0a2a37c31f
commit
18b91a8388
@ -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
|
||||
var Bork = function Bork() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user