diff --git a/README.md b/README.md index e5fe93ef0..290e983a8 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ You can use the localize convenience method on language code symbols to get thei ```ruby :es.localize(:es).as_language_code # "espaƱol" -:ru.localize(:es).as_langauge_code # "ruso" +:ru.localize(:es).as_language_code # "ruso" ``` Behind the scenes, these convenience methods are creating instances of LocalizedSymbol. You can do the same thing if you're feeling adventurous: