[guide] Clarify wording

This commit is contained in:
Kevin Weber
2018-08-25 22:12:12 -07:00
committed by Jordan Harband
parent 69e34378c6
commit ffe4fe967c

View File

@@ -2764,7 +2764,7 @@ Other Style Guides
```
<a name="whitespace--computed-property-spacing"></a>
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed properties. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
- [19.15](#whitespace--computed-property-spacing) Enforce spacing inside of computed property brackets. eslint: [`computed-property-spacing`](https://eslint.org/docs/rules/computed-property-spacing)
```javascript
// bad