diff --git a/docs/guide/upgrading_v9/2790.md b/docs/guide/upgrading_v9/2790.md index 9a7a92b65d9..f4c99b02631 100644 --- a/docs/guide/upgrading_v9/2790.md +++ b/docs/guide/upgrading_v9/2790.md @@ -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.