Skip to content

Commit 045b05e

Browse files
authored
Merge pull request #640 from caspringer/patch-2
Update article.md
2 parents 75310f4 + 6f4fc2e commit 045b05e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ alert( Boolean(" ") ); // spaces, also true (any non-empty string is true)
127127
128128
## Summary
129129
130-
There are three most widely used type conversions: to string, to number and to boolean.
130+
The three most widely used type conversions are: to string, to number and to boolean.
131131
132132
**`ToString`** -- Occurs when we output something, can be performed with `String(value)`. The conversion to string is usually obvious for primitive values.
133133

0 commit comments

Comments
 (0)