Skip to content

Commit

Permalink
chore: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 29, 2023
1 parent 63a6d4c commit b8e62ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function createRandomAddress(faker: Faker): Address {
}
```

:::warning Warning
::: warning Warning
Migrating your existing data to either of these variants, will still change all data, but after that they are independent.
So we recommend writing your methods like this from the start.
:::
Expand Down Expand Up @@ -433,6 +433,6 @@ subscribeToNewsletter(user1);
expect(user1).toEqual(user2); ✅
```

:::info Note
::: info Note
Calling `faker.clone()` is idempotent. So you can call it as often as you want, it doesn't have an impact on the faker instance.
:::

0 comments on commit b8e62ff

Please sign in to comment.