Skip to content

Commit b8e62ff

Browse files
committed
chore: fix whitespace
1 parent 63a6d4c commit b8e62ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function createRandomAddress(faker: Faker): Address {
379379
}
380380
```
381381

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

436-
:::info Note
436+
::: info Note
437437
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.
438438
:::

0 commit comments

Comments
 (0)