spell checking, fixed grammar error.

This commit is contained in:
Felipe Garcia Diaz
2023-04-28 03:33:28 -04:00
committed by GitHub
parent 5c01a10949
commit 69fc1bf195

View File

@@ -464,7 +464,7 @@ Other Style Guides
```
<a name="arrays--bracket-newline"></a>
- [4.8](#arrays--bracket-newline) Use line breaks after open and before close array brackets if an array has multiple lines
- [4.8](#arrays--bracket-newline) Use line breaks after opening array brackets and before closing array brackets, if an array has multiple lines
```javascript
// bad