Skip to content

Commit 66f45eb

Browse files
authored
Merge pull request #73 from marian-varga/patch-1
typo fix
2 parents 23bfa2f + 7e4d65b commit 66f45eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ paths:
3939
4040
## The Path Item Object
4141
42-
The [Path Item Object](https://spec.openapis.org/oas/v3.1.0#path-item-object) describes the HTTP operations that can be performed on a path with a separate [Operation Object](https://spec.openapis.org/oas/v3.1.0#operation-object) for each one. Allowed operations match HTTP methods names like `get`, `put` or `delete`, to list the most common (find the complete list in the [Path Item Object](https://spec.openapis.org/oas/v3.1.0#path-item-object) specification).
42+
The [Path Item Object](https://spec.openapis.org/oas/v3.1.0#path-item-object) describes the HTTP operations that can be performed on a path with a separate [Operation Object](https://spec.openapis.org/oas/v3.1.0#operation-object) for each one. Allowed operations match HTTP method names like `get`, `put` or `delete`, to list the most common (find the complete list in the [Path Item Object](https://spec.openapis.org/oas/v3.1.0#path-item-object) specification).
4343

4444
This object also accepts common properties for all operations on the path like `summary` or `description`. The details of each operation are given in each child Operation object.
4545

specification/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This API is not very useful because it **defines no operations** (it has no endp
107107
This page has shown that:
108108

109109
* The syntax (language) used to write OpenAPI Descriptions can be **JSON**, **YAML** or **both**.
110-
* An OpenAPI Descriptions is a JSON object including the fields described in the [OpenAPI Specification](https://spec.openapis.org/oas/v3.1.0).
110+
* An OpenAPI Description is a JSON object including the fields described in the [OpenAPI Specification](https://spec.openapis.org/oas/v3.1.0).
111111
* Every OpenAPI Descriptions must contain an OpenAPI Object with at least the fields `openapi`, and `info`, and either `paths`, `components` or `webhooks`.
112112

113113
[The following page](paths) describes the contents of the `paths` field so endpoints can be added to the above minimal snippet.

0 commit comments

Comments
 (0)