aboutsummaryrefslogtreecommitdiff
path: root/src/internet.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-02-20 18:51:48 +0100
committerGitHub <[email protected]>2022-02-20 18:51:48 +0100
commitb22cf3b809efab92f5933b9f6641e1959a4c8fcc (patch)
tree7e71f5f90121afc3c2420a561f7370d8213cf8c7 /src/internet.ts
parentf7899fde7f8b70db47614168532d3c3606423661 (diff)
downloadfaker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.tar.xz
faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.zip
docs: various fixes (#523)
Diffstat (limited to 'src/internet.ts')
-rw-r--r--src/internet.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internet.ts b/src/internet.ts
index 995f62b0..5e253c47 100644
--- a/src/internet.ts
+++ b/src/internet.ts
@@ -319,7 +319,7 @@ export class Internet {
/**
* Generates a random mac address.
*
- * @param sep The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`
+ * @param sep The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`.
*
* @example
* faker.internet.mac() // '32:8e:2e:09:c6:05'
@@ -350,7 +350,7 @@ export class Internet {
* @param len The length of the password to generate. Defaults to `15`.
* @param memorable Whether the generated password should be memorable. Defaults to `false`.
* @param pattern The pattern that all chars should match should match. Defaults to `/\w/`.
- * @param prefix The prefix to use. Defaults to `''`
+ * @param prefix The prefix to use. Defaults to `''`.
*
* @example
* faker.internet.password() // '89G1wJuBLbGziIs'