aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:11 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commit55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2 (patch)
treed6faee93fad843a9f574008e933a0d141e556f2e /lib
parent9880f53fe2894bc25989f6fe90c1f1bf6dac620c (diff)
downloadfaker-55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2.tar.xz
faker-55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2.zip
spelling: capitalize
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/lorem.js2
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);