diff options
| author | Matthew Bergman <[email protected]> | 2010-05-16 19:00:26 -0400 |
|---|---|---|
| committer | Matthew Bergman <[email protected]> | 2010-05-16 19:00:26 -0400 |
| commit | 8a9eeab7270b33bb0ed0ae4a82af3f30494a8433 (patch) | |
| tree | f129c504dd1d26a493d6416ba5a82f15b8e839f3 /lib | |
| parent | a941dfd8041da332331ec2e98d57dc35f9c2bcd6 (diff) | |
| download | faker-8a9eeab7270b33bb0ed0ae4a82af3f30494a8433.tar.xz faker-8a9eeab7270b33bb0ed0ae4a82af3f30494a8433.zip | |
fixed another typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lorem.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lorem.js b/lib/lorem.js index 338d510c..3d05535c 100644 --- a/lib/lorem.js +++ b/lib/lorem.js @@ -30,7 +30,7 @@ exports.paragraph = function(sentenceCount){ return this.sentences(sentenceCount + Helpers.randomNumber(3)); }; -exports.sentences = function(paragraphCount){ +exports.paragraphs = function(paragraphCount){ if( typeof paragraphCount == 'undefined'){ var paragraphCount = 3;} var paragraphs = []; for(paragraphCount; paragraphCount >= 0; paragraphCount--){ |
