Skip to content

Commit

Permalink
docs: fix deprecated text for internet.password (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcbyr authored Oct 21, 2023
1 parent a882244 commit 8540381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/internet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ export class InternetModule {
*
* @since 2.0.1
*
* @deprecated Use `faker.internet({ length, memorable, pattern, prefix })` instead.
* @deprecated Use `faker.internet.password({ length, memorable, pattern, prefix })` instead.
*/
password(
len?: number,
Expand Down

0 comments on commit 8540381

Please sign in to comment.