Skip to content

Commit 5852b96

Browse files
author
jdorsch
committed
fixed typos
1 parent c92298a commit 5852b96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/services/devportal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Examples of automated access to HPC resources are:
2020

2121
An **application** (or "*client application*" or "*client*") is a software created by users that consumes the resources exposed by an API.
2222

23-
At CSCS, it requires [OIDC/OAuth2 access tokens](https://datatracker.ietf.org/doc/html/rfc6749#section-1.4) to authenticate againts an [Identity Provider](#identity-provider-idp) (IdP) in order to access the protected resources.
23+
At CSCS, it requires [OIDC/OAuth2 access tokens](https://datatracker.ietf.org/doc/html/rfc6749#section-1.4) to authenticate against an [Identity Provider](#identity-provider-idp) (IdP) in order to access the protected resources.
2424

2525
An application *consumes* API resources by *subscribing* to the API. At CSCS, applications can be subscribed to multiple APIs.
2626

@@ -30,10 +30,10 @@ An **identity provider** is an entity that authenticates an application and allo
3030

3131
### Production Keys
3232

33-
Applications must identify againts the CSCS IdP. To do this, users must create the **production keys** (*Consumer ID* - or *Client ID* -, and *Consumer Secret* - or *Client Secret*) that are going to be used to authenticate.
33+
Applications must identify against the CSCS IdP. To do this, users must create the **production keys** (*Consumer ID* - or *Client ID* -, and *Consumer Secret* - or *Client Secret*) that are going to be used to authenticate.
3434

3535
!!!warning
36-
The pair Consumer Key and Secret represents a personal credential to access CSCS resources, therefore can't be shared and must be stored securelly (i.e.: not exposed in public repositories, forums, documentation, etc)
36+
The pair Consumer Key and Secret represents a personal credential to access CSCS resources, therefore can't be shared and must be stored securely (i.e.: not exposed in public repositories, forums, documentation, etc)
3737

3838
## Getting started
3939

@@ -113,7 +113,7 @@ To do this, go to the `Production Keys` view of the desired application and clic
113113
To regenerate the keys, refer back to the [Configuring Production Keys](#configuring-production-keys) section.
114114

115115
!!!info
116-
After reseting the credentials, you will need to reconfigure your software(s) to use the new keys
116+
After resetting the credentials, you will need to reconfigure your software(s) to use the new keys
117117

118118
### Remove your application
119119

@@ -136,7 +136,7 @@ The information exposed in the overview view is:
136136
* Documentation of the API (OpenAPI reference, SDK tools, etc)
137137
* Community information (Public repository, slack channel)
138138
* Contact information (developers and business)
139-
* Bussines plans (amount of requests per minute that are allowed in the API subscription)
139+
* Business plans (amount of requests per minute that are allowed in the API subscription)
140140
* Applications owned by the user that are subscribed to the API
141141

142142

0 commit comments

Comments
 (0)