Skip to content

Commit a1d21f8

Browse files
Merge pull request #10504 from Pramu2004/patch-1
Fix grammatical errors and improve clarity
2 parents 1953763 + c673e06 commit a1d21f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/docs/api-design-manage/design/design-api-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Rate Limiting allows you to limit the number of successful hits to an API during
4848

4949
**Authentication**
5050

51-
API authentication is a way of protecting API access from unidentified or anonymous access. It ensures that the API is secured and accessible only by the consumers who proves their identity and whose identities are found within the API Management Platform. Please refer to [an overview of Authentication]({{base_path}}/api-security/runtime/api-authentication/api-authentication-overview) for more information.
51+
API authentication is a way of protecting API access from unidentified or anonymous access. It ensures that the API is secured and accessible only by the consumers who prove their identity and whose identities are found within the API Management Platform. Please refer to [an overview of Authentication]({{base_path}}/api-security/runtime/api-authentication/api-authentication-overview) for more information.
5252

5353
**Authorization**
5454

55-
Due to the expanding consumer base, the application developers have to focus on limiting the API access in order to make sure that only the authorized parties have access to respective resources/services. Please refer to [an overview of Authorization in API Manager]({{base_path}}/api-security/runtime/authorization/api-authorization) for more information.
55+
Due to the expanding consumer base, the application developers have to focus on limiting the API access in order to make sure that only the authorized parties have access to the respective resources/services. Please refer to [an overview of Authorization in API Manager]({{base_path}}/api-security/runtime/authorization/api-authorization) for more information.
5656

5757
**Threat Protection**
5858

@@ -62,10 +62,10 @@ There are various threat protectors like Gateway Threat Protectors, Regular Expr
6262

6363
API documentation helps API subscribers to understand the functionality of the API and API publishers to market their APIs better and sustain competition. Using the API Publisher, you can add different types of documentation from various sources. Refer to [documentation on documenting APIs]({{base_path}}/api-design-manage/design/api-documentation/add-api-documentation) for more information.
6464

65-
### Test APIs
65+
## Test APIs
6666

6767
You can test APIs directly in the API Publisher itself. Refer to [documentation on testing REST APIs]({{base_path}}/api-design-manage/design/create-api/create-rest-api/test-a-rest-api) for more information.
6868

69-
### API Revisions
69+
## API Revisions
7070

7171
API Revisions can be used when an API Publisher needs to keep track of different deployments of the API. Refer to [documentation on API Revisions]({{base_path}}/api-design-manage/design/create-api/create-api-revisions) for more information.

0 commit comments

Comments
 (0)