Skip to content

Commit 9a59d7d

Browse files
committed
Merge pull request #3 from silas/typos
Fix typos
2 parents 9f674c4 + 0b7bd9f commit 9a59d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/1.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ By default, this document SHOULD be served at the `/api-docs` path.
167167
Field Name | Type | Description
168168
---|:---:|---
169169
<a name="rlSwaggerVersion"/>swaggerVersion | `string` | **Required.** Specifies the Swagger Specification version being used. It can be used by the Swagger UI and other clients to interpret the API listing. The value MUST be an existing Swagger specification version. <br>Currently, `"1.0"`, `"1.1"`, `"1.2"` are valid values. The field is of `string` value for possible non-numeric versions in the future (for example, "1.2a").
170-
<a name="rlApis"/>apis | [ [Resource Object](#512-resource-object) ] | **Required.** Lists the resources to be described by this specification implementation. They array can have 0 more elements.
170+
<a name="rlApis"/>apis | [ [Resource Object](#512-resource-object) ] | **Required.** Lists the resources to be described by this specification implementation. The array can have 0 or more elements.
171171
<a name="rlApiVersion"/>apiVersion| `string` | Provides the version of the application API (not to be confused by the [specification version](#rlSwaggerVersion)).
172172
<a name="rlInfo"/>info | [Info Object](#513-info-object) | Provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience.
173173
<a name="rlAuthorizations"/>authorizations | [Authorizations Object](#514-authorizations-object) | Provides information about the the authorization schemes allowed on his API.
@@ -528,7 +528,7 @@ Field Name | Type | Description
528528

529529
### 5.2 API Declaration
530530

531-
The API Declaration provides information about API exposed on a resource. There should be one file per [Resource](#512-resource-object) described. The file MUST be served in the URL described by the [`path`](#aePath) field.
531+
The API Declaration provides information about an API exposed on a resource. There should be one file per [Resource](#512-resource-object) described. The file MUST be served in the URL described by the [`path`](#aePath) field.
532532

533533
Field Name | Type | Description
534534
---|:---:|---

0 commit comments

Comments
 (0)