aboutsummaryrefslogtreecommitdiff
path: root/src/internet.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-04-20 08:22:09 +0200
committerGitHub <[email protected]>2022-04-20 06:22:09 +0000
commitb99bbb5ee6d4b8c311afb00eaaa67c193ca0c4ef (patch)
tree7e7fa060fbf0d4971e92cea4c28299a9936d28e4 /src/internet.ts
parent00b9d4be4bff3b3f64edf163768af71c99bceed1 (diff)
downloadfaker-b99bbb5ee6d4b8c311afb00eaaa67c193ca0c4ef.tar.xz
faker-b99bbb5ee6d4b8c311afb00eaaa67c193ca0c4ef.zip
docs: fix lost description texts (#836)
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 fa4ae6e8..df830bca 100644
--- a/src/internet.ts
+++ b/src/internet.ts
@@ -47,7 +47,7 @@ export class Internet {
* @param lastName The optional last name to use. If not specified, a random one will be chosen.
* @param provider The mail provider domain to use. If not specified, a random free mail provider will be chosen.
* @param options The options to use. Defaults to `{ allowSpecialCharacters: false }`.
- * @param options.allowSpecialCharacters Whether special characters such as `.!#$%&'*+-/=?^_`{|}~` should be included
+ * @param options.allowSpecialCharacters Whether special characters such as ``.!#$%&'*+-/=?^_`{|}~`` should be included
* in the email address. Defaults to `false`.
*
* @example
@@ -90,7 +90,7 @@ export class Internet {
* @param firstName The optional first name to use. If not specified, a random one will be chosen.
* @param lastName The optional last name to use. If not specified, a random one will be chosen.
* @param options The options to use. Defaults to `{ allowSpecialCharacters: false }`.
- * @param options.allowSpecialCharacters Whether special characters such as `.!#$%&'*+-/=?^_`{|}~` should be included
+ * @param options.allowSpecialCharacters Whether special characters such as ``.!#$%&'*+-/=?^_`{|}~`` should be included
* in the email address. Defaults to `false`.
*
* @example