Skip to content

Commit

Permalink
docs: fix findname in usage docs (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer authored Oct 31, 2022
1 parent 284fdcf commit 4204a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Using the browser is great for experimenting 👍. However, due to all of the st
```js
import { faker } from 'https://cdn.skypack.dev/@faker-js/faker';

const randomName = faker.person.findName(); // Willie Bahringer
const randomName = faker.person.fullName(); // Willie Bahringer
const randomEmail = faker.internet.email(); // [email protected]
```

Expand Down

0 comments on commit 4204a6a

Please sign in to comment.