Skip to content

Commit bbaa75b

Browse files
authored
Improve phrasing
1 parent fe571b3 commit bbaa75b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ So the code `a && b || c && d` is essentially the same as if the `&&` expression
224224
````
225225
226226
````warn header="Don't replace `if` with || or &&"
227-
Sometimes, people use the AND `&&` operator as a "shorter to write `if`".
227+
Sometimes, people use the AND `&&` operator as a "shorter way to write `if`".
228228
229229
For instance:
230230

0 commit comments

Comments
 (0)