From 67ca36c9202b3b4c493151cb984bd6853cba9c4a Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 8 Feb 2024 13:01:19 +0530 Subject: [PATCH] docs: update changelog wordings --- .changeset/purple-flies-end.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/purple-flies-end.md b/.changeset/purple-flies-end.md index aa6c10be916..76649b7dd03 100644 --- a/.changeset/purple-flies-end.md +++ b/.changeset/purple-flies-end.md @@ -12,9 +12,9 @@ References** 1. The `` component will now automatically format numbers based on the user's browser locale. For example, `` will render `₹1,23,456.79` for browsers with the `en-IN` default locale, whereas it will render `₹123,456.79` for browsers with the `en-US` locale. -2. If you want to enable users to change the locale of your page, add the `@razorpay/i18nify-react` package and wrap your app inside the `I18nProvider`. Utilize the `setI18nState` utility to modify the locale. Please refer to the [documentation](https://www.npmjs.com/package/@razorpay/i18nify-react) for more details. +2. If you want to enable users to change the locale of your page, add the `@razorpay/i18nify-react` package and wrap your app inside the `I18nProvider`. Utilize the `setI18nState` utility to modify the locale. For more details, please refer to the [documentation](https://www.npmjs.com/package/@razorpay/i18nify-react). -3. Additionally, if you prefer to maintain a fixed locale for your page and amount component, simply enclose your app within `..` . Please refer to the [documentation](https://www.npmjs.com/package/@razorpay/i18nify-react) for more details. +3. Additionally, if you prefer to maintain a fixed locale for your page and amount component, enclose your app within `..`. For more details, please refer to the [documentation](https://www.npmjs.com/package/@razorpay/i18nify-react). **How to update ?**