diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:11 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | 55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2 (patch) | |
| tree | d6faee93fad843a9f574008e933a0d141e556f2e /lib | |
| parent | 9880f53fe2894bc25989f6fe90c1f1bf6dac620c (diff) | |
| download | faker-55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2.tar.xz faker-55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2.zip | |
spelling: capitalize
Signed-off-by: Josh Soref <[email protected]>
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 a6d7219f..8a1316a6 100644 --- a/lib/lorem.js +++ b/lib/lorem.js @@ -50,7 +50,7 @@ var Lorem = function (faker) { if (typeof wordCount == 'undefined') { wordCount = faker.datatype.number({ min: 3, max: 10 }); } // if (typeof range == 'undefined') { range = 7; } - // strange issue with the node_min_test failing for captialize, please fix and add faker.lorem.back + // strange issue with the node_min_test failing for capitalize, please fix and add faker.lorem.back //return faker.lorem.words(wordCount + Helpers.randomNumber(range)).join(' ').capitalize(); var sentence = faker.lorem.words(wordCount); |
