Skip to content

Commit

Permalink
fix(docs): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Mar 14, 2018
1 parent 77c1c09 commit e0b0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dinero.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const Dinero = options => {
/**
* Returns a new Dinero object with an embedded locale.
*
* @param {String} newLocale - The new locale as an {@link http://tools.ietf.org/html/rfc5646 BCP 47h language tag}.
* @param {String} newLocale - The new locale as an {@link http://tools.ietf.org/html/rfc5646 BCP 47 language tag}.
*
* @example
* // Returns a Dinero object with locale 'ja-JP'
Expand Down

0 comments on commit e0b0c19

Please sign in to comment.