Skip to content

Commit

Permalink
docs: graduate -> gradual
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Apr 10, 2024
1 parent c9340a6 commit 96b408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/upgrading_v9/2790.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ That means that you should be able to import different localized faker instances
import { fakerDE, fakerES, fakerFR } from '@faker-js/faker';
```

The dedicated import paths will still stay for now, to allow a graduate migration for our users.
The dedicated import paths will still stay for now, to allow a gradual migration for our users.

While the implementation of this change does not constitute as breaking according to semantic versioning guidelines, it does impact the behavior of users bundlers.

0 comments on commit 96b408f

Please sign in to comment.