Skip to content

Commit 03b8f2e

Browse files
authored
Merge pull request #3278 from bogdanbacosca/work
Suggestion
2 parents ea7738b + ae7afcb commit 03b8f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-type-conversions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ String conversion is mostly obvious. A `false` becomes `"false"`, `null` becomes
3434

3535
## Numeric Conversion
3636

37-
Numeric conversion happens in mathematical functions and expressions automatically.
37+
Numeric conversion in mathematical functions and expressions happens automatically.
3838

3939
For example, when division `/` is applied to non-numbers:
4040

0 commit comments

Comments
 (0)