diff --git a/10_temperature_object/index.html b/10_temperature_object/index.html index a86e7b851..3c17ebf30 100644 --- a/10_temperature_object/index.html +++ b/10_temperature_object/index.html @@ -49,7 +49,7 @@

Hints

Remember to define the from_celsius factory method as a class method, not an instance method.

-

The temperature object's constructor should accept an options hash which contains either a :celcius entry or a :fahrenheit entry.

+

The temperature object's constructor should accept an options hash which contains either a :celsius entry or a :fahrenheit entry.

Tests