Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
norman committed Sep 15, 2011
1 parent c717691 commit b5b1870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhatsNew.md
Expand Up @@ -90,6 +90,6 @@ strings to ASCII. It's very easy to include - just override
...

def normalize_friendly_id(text)
text.to_slug.normalize! :transliterate => :russian
text.to_slug.normalize! :transliterations => :russian
end
end

0 comments on commit b5b1870

Please sign in to comment.