aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:16 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commit9c0716510d53f7da1523aa214cc46db2c63f7575 (patch)
tree4fcd6f649d89f5eb4dab46b35165e307e1beb17c
parent9bb5b91e74a4bfc2a9301b8d6007fc6c4195cd0a (diff)
downloadfaker-9c0716510d53f7da1523aa214cc46db2c63f7575.tar.xz
faker-9c0716510d53f7da1523aa214cc46db2c63f7575.zip
spelling: defaults
Signed-off-by: Josh Soref <[email protected]>
-rw-r--r--doc/faker.lorem.html8
-rw-r--r--lib/lorem.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/faker.lorem.html b/doc/faker.lorem.html
index e8355180..66f88177 100644
--- a/doc/faker.lorem.html
+++ b/doc/faker.lorem.html
@@ -1335,7 +1335,7 @@
- <td class="description last"><p>defautls to a random number between 2 and 6</p></td>
+ <td class="description last"><p>defaults to a random number between 2 and 6</p></td>
</tr>
@@ -1487,7 +1487,7 @@
- <td class="description last"><p>defautls to a random number between 2 and 6</p></td>
+ <td class="description last"><p>defaults to a random number between 2 and 6</p></td>
</tr>
@@ -3875,7 +3875,7 @@
- <td class="description last"><p>defautls to a random number between 2 and 6</p></td>
+ <td class="description last"><p>defaults to a random number between 2 and 6</p></td>
</tr>
@@ -4027,7 +4027,7 @@
- <td class="description last"><p>defautls to a random number between 2 and 6</p></td>
+ <td class="description last"><p>defaults to a random number between 2 and 6</p></td>
</tr>
diff --git a/lib/lorem.js b/lib/lorem.js
index 8a1316a6..0569e866 100644
--- a/lib/lorem.js
+++ b/lib/lorem.js
@@ -72,7 +72,7 @@ var Lorem = function (faker) {
* sentences
*
* @method faker.lorem.sentences
- * @param {number} sentenceCount defautls to a random number between 2 and 6
+ * @param {number} sentenceCount defaults to a random number between 2 and 6
* @param {string} separator defaults to `' '`
*/
self.sentences = function (sentenceCount, separator) {