Skip to content

Commit 7254f38

Browse files
authored
Update custom-policy-localization.md
Grammer issues
1 parent 80ff971 commit 7254f38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/custom-policy-localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@ In the following example, English (en) and Spanish (es) custom strings are added
248248
1. Select the policy that you uploaded, and then select **Run now**.
249249
1. You should be able to see the localized sign-up or sign-in page.
250250
1. Click on the sign-up link, and you should be able to see the localized sign-up page.
251-
1. Swich your browser default language to Spanish. Or you can add the query string parameter, `ui_locales` to the authoriztion reqeust. For example:
251+
1. Switch your browser default language to Spanish. Or you can add the query string parameter, `ui_locales` to the authorization request. For example:
252252

253253
```http
254254
https://yourtenant.b2clogin.com/yourtenant.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_signup_signin&client_id=0239a9cc-309c-4d41-12f1-31299feb2e82&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login&ui_locales=es
255255
```
256256

257257
## Next steps
258258

259-
- Learn more about the [localiztion](localization.md) element in the IEF reference.
260-
- See the list of [localization string IDs](localization-string-ids.md) avalible in Azure AD B2C.
259+
- Learn more about the [localization](localization.md) element in the IEF reference.
260+
- See the list of [localization string IDs](localization-string-ids.md) available in Azure AD B2C.
261261

0 commit comments

Comments
 (0)