Skip to content

Commit 64b031a

Browse files
authored
docs: fix typo in usage section (#1485)
1 parent fa1ec54 commit 64b031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const randomName = faker.person.fullName(); // Rowan Nikolaus
1111
const randomEmail = faker.internet.email(); // [email protected]
1212
```
1313

14-
Or if you using CommonJS
14+
Or if you're using CommonJS:
1515

1616
```js
1717
const { faker } = require('@faker-js/faker');

0 commit comments

Comments
 (0)