Skip to content

Commit 0363fd5

Browse files
authored
fix typo
1 parent 78863ca commit 0363fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type Conversions
22

3-
Most of the time, operators and functions automatically convert a value to the right type. That's called "type coercion".
3+
Most of the time, operators and functions automatically convert a value to the right type. That's called "type conversion".
44

55
For example, `alert` automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
66

0 commit comments

Comments
 (0)