Skip to content

Commit

Permalink
docs(internet): fix typos in deprecation warnings for internet (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Jan 24, 2024
1 parent 7fce907 commit 5518688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/internet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export class InternetModule extends ModuleBase {
*
* @since 3.1.0
*
* @deprecated Use `faker.internet.exampleEmail({ firstName: lastName, ... })` instead.
* @deprecated Use `faker.internet.exampleEmail({ firstName, lastName, ... })` instead.
*/
exampleEmail(
firstName?: string,
Expand Down Expand Up @@ -1123,7 +1123,7 @@ export class InternetModule extends ModuleBase {
*
* @since 2.0.1
*
* @deprecated Use `faker.internet.color({ redbase, greenBase, blueBase })` instead.
* @deprecated Use `faker.internet.color({ redBase, greenBase, blueBase })` instead.
*/
color(redBase?: number, greenBase?: number, blueBase?: number): string;
/**
Expand Down

0 comments on commit 5518688

Please sign in to comment.