Skip to content

Commit cd4de4b

Browse files
authored
typo
1 parent d4b3c13 commit cd4de4b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/15-function-basics/2-rewrite-function-question-or

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/2-rewrite-function-question-or/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ function checkAge(age) {
1414
}
1515
```
1616

17-
Note that the parentheses around `age > 18` are not required here. They exist for better readabilty.
17+
Note that the parentheses around `age > 18` are not required here. They exist for better readability.

0 commit comments

Comments
 (0)