Skip to content

Commit

Permalink
spell checking, fixed grammar error.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeGarciaDiaz authored Apr 28, 2023
1 parent 5c01a10 commit 69fc1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69fc1bf

Please sign in to comment.