Skip to content

Commit 7bd70fd

Browse files
authored
Merge pull request #6071 from hwupathum/spelling
Fix spelling issues
2 parents 0ac40c0 + fcf0bbc commit 7bd70fd

148 files changed

Lines changed: 272 additions & 249 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vale/styles/WSO2-IAM/SentenceStyleTitles.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ exceptions:
3535
- Asgardeo
3636
- React Native App CLI
3737
- JWT
38+
- SDK
39+
- Vercel
40+
- Choreo
41+
- TLS

.vale/styles/config/vocabularies/vocab/accept.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ OIDC
44
OAuth2
55
IdP
66
SAML
7+
OpenID
8+
SDK
79
product_name
810
product_url_format
911
product_url_sample
@@ -35,7 +37,19 @@ hostname
3537
watchlists
3638
watchlist
3739
onboarding
40+
onboarded
3841
Onfido
42+
[Cc]horeo
43+
[Vv]ercel
44+
Teamspace
45+
[Ww]ebapp
46+
baseUrl
47+
openid
48+
npm
49+
pnpm
50+
[Uu]serId
51+
organizationName
52+
organizationId
3953
[Vv]ite
4054
[Pp]asswordless
4155
[Uu]sernameless
@@ -48,3 +62,8 @@ server_version
4862
[Uu]serstore
4963
Kerberos
5064
root_org_url
65+
host_name
66+
source_code
67+
whats_next
68+
const
69+
base_url

en/asgardeo/docs/apis/organization-apis/restapis/org-application-mgt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ components:
16421642
properties:
16431643
applicationClaim:
16441644
type: string
1645-
description: "Claim URI recieved by the application"
1645+
description: "Claim URI received by the application"
16461646
example: firstname
16471647
localClaim:
16481648
$ref: '#/components/schemas/Claim'

en/asgardeo/docs/apis/restapis/application-management.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4346,7 +4346,7 @@ components:
43464346
properties:
43474347
applicationClaim:
43484348
type: string
4349-
description: Claim URI recieved by the application
4349+
description: Claim URI received by the application
43504350
example: firstname
43514351
localClaim:
43524352
$ref: '#/components/schemas/Claim'

en/asgardeo/docs/apis/restapis/consent-management.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ paths:
714714
- lang: Curl
715715
source: |
716716
curl -X 'GET' \
717-
'https://api.asgardeo.io/t/{organization-name}/api/identity/consent-mgt/v1.0/consents/purpose-categories/{purpose-catergory-id}' \
717+
'https://api.asgardeo.io/t/{organization-name}/api/identity/consent-mgt/v1.0/consents/purpose-categories/{purpose-category-id}' \
718718
-H 'accept: application/json' \
719719
-H 'Authorization: Bearer {bearer_token}'
720720
x-wso2-request: |
@@ -941,7 +941,7 @@ paths:
941941
- lang: Curl
942942
source: |
943943
curl -X 'GET' \
944-
'https://api.asgardeo.io/t/{organization-name}/api/identity/consent-mgt/v1.0/consents/pii-categories/{pii-catergory-id}' \
944+
'https://api.asgardeo.io/t/{organization-name}/api/identity/consent-mgt/v1.0/consents/pii-categories/{pii-category-id}' \
945945
-H 'accept: application/json' \
946946
-H 'Authorization: Bearer {bearer_token}'
947947
x-wso2-request: |

en/asgardeo/docs/get-started/try-samples/ws-federation-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To configure additional properties for the sample application:
6464

6565
3. Enter the following details:
6666

67-
![Create a new Passice STS app]({{base_path}}/assets/img/guides/applications/create-new-ws-federation-app.png){: width="700" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
67+
![Create a new Passive STS app]({{base_path}}/assets/img/guides/applications/create-new-ws-federation-app.png){: width="700" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
6868

6969
<table>
7070
<tr>

en/asgardeo/docs/guides/users/manage-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ You can also use Asgardeo's [SCIM API]({{base_path}}/apis/scim2/#tag/Users-Endpo
226226
}'
227227
```
228228
229-
Upon successful execution of the cURL the user will recieve an email to reset their password.
229+
Upon successful execution of the cURL the user will receive an email to reset their password.
230230
231231
## Lock a user account
232232

en/asgardeo/docs/guides/users/user-stores/configure-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To connect a second user store agent:
1515
3. In the **General** tab, a second user store agent is listed under **User Store Agent Connection(s)**.
1616
4. Click **Generate token** on the second user store agent.
1717

18-
![Generate isatallation token for second user store agent.]({{base_path}}/assets/img/guides/user-stores/generate-second-token.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
18+
![Generate installation token for second user store agent.]({{base_path}}/assets/img/guides/user-stores/generate-second-token.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
1919

2020
!!! note
2121
An installation token can only be used to connect to one user store agent. You cannot use the same installation token to run a second agent.

en/asgardeo/docs/guides/your-asgardeo/subscribe-to-asgardeo/subscribe-via-azure-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow the steps below to purchase an Asgardeo subscription via the Azure Market
3838

3939
6. Review the details of your subscription and click **Subscribe**.
4040

41-
7. Click **Configure accout now** and you will be redirected to Asgardeo to [link your subscription](#link-your-subscription) to an organization.
41+
7. Click **Configure account now** and you will be redirected to Asgardeo to [link your subscription](#link-your-subscription) to an organization.
4242

4343

4444
## Link your subscription

en/identity-server/5.10.0/docs/administer/data-dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The database scripts for WSO2 Identity Server can be found in the
44
` <IS_HOME>/dbscripts ` directory. Currently, the
5-
following databases are supported and a seperate file is included in the
5+
following databases are supported and a separate file is included in the
66
` dbscripts ` folder containing SQL commands for database
77
and table creation for each type of database:
88

0 commit comments

Comments
 (0)