Skip to content

Commit

Permalink
Update lorem.js
Browse files Browse the repository at this point in the history
Fix typo in docstring.
  • Loading branch information
joshgordon committed Apr 4, 2016
1 parent 649843a commit 3a1d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lorem.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var Lorem = function (faker) {
*
* @method faker.lorem.paragraphs
* @param {number} paragraphCount defaults to 3
* @param {string} separatora defaults to `'\n \r'`
* @param {string} separator defaults to `'\n \r'`
*/
self.paragraphs = function (paragraphCount, separator) {
if (typeof separator === "undefined") {
Expand Down

0 comments on commit 3a1d6c3

Please sign in to comment.