Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 8, 2016
1 parent d48a0b6 commit c4cef53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ Provides the default value with a function:
```js
{
// @param {string} lng The language currently used.
// @param {ns} ns The namespace currently used.
// @param {key} key The translation key.
// @param {string} ns The namespace currently used.
// @param {string} key The translation key.
// @return {string} Returns a default value for the translation key.
defaultValue: function(lng, ns, key) {
if (lng === 'en') {
Expand Down

0 comments on commit c4cef53

Please sign in to comment.