Skip to content

Commit 337f607

Browse files
androiddevnotesljharb
authored andcommitted
[guide] Fix grammatical errors
1 parent 6006d6d commit 337f607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ Other Style Guides
16621662
<a name="variables--const-let-group"></a><a name="13.3"></a>
16631663
- [13.3](#variables--const-let-group) Group all your `const`s and then group all your `let`s.
16641664
1665-
> Why? This is helpful when later on you might need to assign a variable depending on one of the previous assigned variables.
1665+
> Why? This is helpful when later on you might need to assign a variable depending on one of the previously assigned variables.
16661666
16671667
```javascript
16681668
// bad

0 commit comments

Comments
 (0)