Skip to content

Commit 27e088b

Browse files
Merge pull request #6085 from Aaisha-Amjad/fix/documentation-grammar-spelling
2 parents 245551e + 51bdeef commit 27e088b

7 files changed

Lines changed: 7 additions & 7 deletions

en/identity-server/5.10.0/docs/learn/multi-channel-self-registration-and-account-confirmation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ to WSO2 Identity Server is managed by an external notification management mechan
369369
- For more information, see [Notification channel selection criteria](../.
370370
./learn/extended-self-registration-api-and-account-confirmation-api/#notification-channel-selection-criteria).
371371
372-
3. If the notification channel is **EMAIL**, access the relevant email account and and click
372+
3. If the notification channel is **EMAIL**, access the relevant email account and click
373373
the button or the confirmation link. Then the user account will be unlocked.
374374
375375
!!! Note

en/identity-server/5.10.0/docs/setup/configuring-email-sending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ notifications](../../learn/enabling-notifications-for-user-operations),
2424
| | |
2525
|---------------------------------------------------|------------------------------------------------|
2626
| ` from_address ` | The mail address from where you want to send the notification. It can be any working mail address. |
27-
| ` username ` | Provide the username of the SMTP account. <br/> User name of the the mail you have provide in **from_address** |
27+
| ` username ` | Provide the username of the SMTP account. <br/> Username of the mail you have provided in **from_address** |
2828
| ` password ` | Provide the password of the SMTP account. <br/> Password of the mail you have provided in **from_address** |
2929
| ` host ` | The SMTP server to connect to. |
3030
| ` port `|The SMTP server port to connect to, if the connect() method does not explicitly specify one. Defaults to 25. |

en/identity-server/5.11.0/docs/learn/multi-channel-self-registration-and-account-confirmation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ to WSO2 Identity Server is managed by an external notification management mechan
350350
- For more information, see [Notification channel selection criteria](../.
351351
./learn/extended-self-registration-api-and-account-confirmation-api/#notification-channel-selection-criteria).
352352
353-
3. If the notification channel is **EMAIL**, access the relevant email account and and click
353+
3. If the notification channel is **EMAIL**, access the relevant email account and click
354354
the button or the confirmation link. Then the user account will be unlocked.
355355
356356
!!! Note

en/identity-server/5.11.0/docs/setup/configuring-email-sending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document explains the steps to configure WSO2 Identity Server to send email
2121
| | |
2222
|---------------------------------------------------|------------------------------------------------|
2323
| ` from_address ` | The mail address from where you want to send the notification. It can be any working mail address. |
24-
| ` username ` | Provide the username of the SMTP account. <br/> User name of the the mail you have provide in **from_address** |
24+
| ` username ` | Provide the username of the SMTP account. <br/> Username of the mail you have provided in **from_address** |
2525
| ` password ` | Provide the password of the SMTP account. <br/> Password of the mail you have provided in **from_address** |
2626
| ` host ` | The SMTP server to connect to. |
2727
| ` port `|The SMTP server port to connect to, if the connect() method does not explicitly specify one. Defaults to 25. |

en/identity-server/5.9.0/docs/learn/configuring-email-otp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ SendGrid APIs. Follow the instructions in **one** of **Option1** or
498498
</tr>
499499
<tr class="even">
500500
<td><code> GmailTokenEndpoint </code></td>
501-
<td>Use the the deafult value.</td>
501+
<td>Use the default value.</td>
502502
</tr>
503503
<tr class="odd">
504504
<td><code> SendgridAuthTokenType </code></td>

en/identity-server/5.9.0/docs/learn/single-sign-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Single Sign-On (SSO) requires you to sign in only once but provides access to mu
5454

5555
You use SSO on it's own or use SSO and Federation coupled together. Identity Federation involves configuring a third party identity provider as the federated authenticator to login to an application. When federation is coupled with SSO, the user can log in to one application using the credentials of the federated authenticator, and simultaneously be authenticated to other connected applications without having to provide credentials again.
5656

57-
For instance, you can set up google as a federated authenticator and then set up SSO between App1 and App2. This will allow users to log in to App1 using their google credentials. Once the user is logged in, when the user attempts to access App2, he/she will not be prompted for credentails again and is logged in automatically.
57+
For instance, you can set up Google as a federated authenticator and then set up SSO between App1 and App2. This will allow users to log in to App1 using their Google credentials. Once the user is logged in, when the user attempts to access App2, he/she will not be prompted for credentials again and is logged in automatically.
5858

5959
For more information on Identity Federation on it's own (without SSO), see the [Identity Federation](../../learn/identity-federation) topic.
6060

en/identity-server/5.9.0/docs/setup/configuring-email-sending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ notifications](../../learn/enabling-notifications-for-user-operations),
2323
| | |
2424
|---------------------------------------------------|------------------------------------------------|
2525
| ` from_address ` | The mail address from where you want to send the notification. It can be any working mail address. |
26-
| ` username ` | Provide the username of the SMTP account. <br/> User name of the the mail you have provide in **from_address** |
26+
| ` username ` | Provide the username of the SMTP account. <br/> Username of the mail you have provided in **from_address** |
2727
| ` password ` | Provide the password of the SMTP account. <br/> Password of the mail you have provided in **from_address** |
2828
| ` host ` | The SMTP server to connect to. |
2929
| ` port `|The SMTP server port to connect to, if the connect() method does not explicitly specify one. Defaults to 25. |

0 commit comments

Comments
 (0)