Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mashpie committed Feb 15, 2016
1 parent 50e5a8f commit 62927cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ app.get( __l('/:locale/products/:id?'), function (req, res) {
### i18n.__h()
Returns a hash of translations for a given phrase in each language.
Returns a hashed list of translations for a given phrase in each language.
```js
i18n.__h('Hello'); // --> [ { de: 'Hallo' }, { en: 'Hello' } ]
Expand Down

0 comments on commit 62927cb

Please sign in to comment.