Skip to content

Commit

Permalink
fix: minor typos in OIS reference (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Jul 27, 2023
1 parent d981fa4 commit 97ab5cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/reference/ois/2.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ An Airnode may wish to create two Airnode endpoints mapped to a single API
operation whereas the requester does not pass any argument. While the API
operation returns any token value based on a path parameter `id`, Airnode will
only allow one particular token per Airnode endpoint. This is done using
`fixedOOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOOperationParameters` for each Airnode endpoint, only the token
`fixedOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOperationParameters` for each Airnode endpoint, only the token
in the `value` can be returned to the requester.

```json
Expand All @@ -133,7 +133,7 @@ in the `value` can be returned to the requester.
"in": "path",
"name": "id"
},
"value":"API#"
"value":"API3"
...
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/ois/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ An Airnode may wish to create two Airnode endpoints mapped to a single API
operation whereas the requester does not pass any argument. While the API
operation returns any token value based on a path parameter `id`, Airnode will
only allow one particular token per Airnode endpoint. This is done using
`fixedOOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOOperationParameters` for each Airnode endpoint, only the token
`fixedOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOperationParameters` for each Airnode endpoint, only the token
in the `value` can be returned to the requester.

```json
Expand All @@ -133,7 +133,7 @@ in the `value` can be returned to the requester.
"in": "path",
"name": "id"
},
"value":"API#"
"value":"API3"
...
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/ois/next/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ An Airnode may wish to create two Airnode endpoints mapped to a single API
operation whereas the requester does not pass any argument. While the API
operation returns any token value based on a path parameter `id`, Airnode will
only allow one particular token per Airnode endpoint. This is done using
`fixedOOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOOperationParameters` for each Airnode endpoint, only the token
`fixedOperationParameters` rather than normal `parameters`. By applying a
`value` to `fixedOperationParameters` for each Airnode endpoint, only the token
in the `value` can be returned to the requester.

```json
Expand All @@ -133,7 +133,7 @@ in the `value` can be returned to the requester.
"in": "path",
"name": "id"
},
"value":"API#"
"value":"API3"
...
},
{
Expand Down

0 comments on commit 97ab5cf

Please sign in to comment.