A typo in lesson?

A typo in the penultimate sentence of the third paragraph? (Type Coercion)

it looks okay? “Type Coercion.”

I asked this because in the following lessons, the phrase “type conversion” was used everywhere.

…the strict equality operator does not perform a type conversion.

Yes, the formal term is ‘Type Coercion’, because it’s a coercive action (i.e. it forces the conversion from one type to another). However, it is also a conversion.

Thank you for the answer!