Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing typo in readme.
  • Loading branch information
camertron committed Apr 16, 2012
1 parent 29cf9e3 commit 36b3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 36b3f0e

Please sign in to comment.