We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006d6d commit 337f607Copy full SHA for 337f607
1 file changed
README.md
@@ -1662,7 +1662,7 @@ Other Style Guides
1662
<a name="variables--const-let-group"></a><a name="13.3"></a>
1663
- [13.3](#variables--const-let-group) Group all your `const`s and then group all your `let`s.
1664
1665
- > Why? This is helpful when later on you might need to assign a variable depending on one of the previous assigned variables.
+ > Why? This is helpful when later on you might need to assign a variable depending on one of the previously assigned variables.
1666
1667
```javascript
1668
// bad
0 commit comments