Skip to content

Commit 6eaffaa

Browse files
authored
docs: fix spelling mistakes in documentation (#542)
Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
1 parent e5f5eba commit 6eaffaa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/documentation/explanations/async-triggers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ The important things to notice here:
5858
Specifying a trigger using above notation has the following consequences:
5959

6060
1. Upon the execution of a mock for the `POST /register` operation, the original request and response will be captured before the response is sent back to the caller,
61-
2. Request and response will then be transfered asynchronously to the [Microcks Aync Minion component](/documentation/explanations/deployment-options/#complete-logical-architecture) with the information on the services, versions and operations to trigger,
61+
2. Request and response will then be transferred asynchronously to the [Microcks Aync Minion component](/documentation/explanations/deployment-options/#complete-logical-architecture) with the information on the services, versions and operations to trigger,
6262
3. The Async Minion will then take care of selecting the appropriate asynchronous service operatino and will try to find a **contextualized message** within this operation,
63-
4. If such a **contextualized message** is found, then it will be rendered and it will be sent over all the procotol bindings that are available for this asynchronous service (Kafka, WebSocket, etc.)
63+
4. If such a **contextualized message** is found, then it will be rendered and it will be sent over all the protocol bindings that are available for this asynchronous service (Kafka, WebSocket, etc.)
6464

6565
Now you may wonder: what is a **contextualized message**? 🧐
6666

content/documentation/guides/usage/openapi-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Let's take the example of a Petstore event stream for new pets registration!
2424

2525
## 1. An Example
2626

27-
The `Petstore Webhooks` API declares a single webhook to allow consumers to receive information about new pets avaialble into our store. A pet definition is simplictic here: it has an `id`, a `name` and a `tag` (either a cat or a dog).
27+
The `Petstore Webhooks` API declares a single webhook to allow consumers to receive information about new pets available into our store. A pet definition is simplistic here: it has an `id`, a `name` and a `tag` (either a cat or a dog).
2828

2929
Bolow is an example on how you would define this with OpenAPI Spec. You can get our full [`Petstore-webhooks-openapi.yaml`](https://github.com/microcks/microcks/blob/1.13.x/samples/Petstore-webhooks-openapi.yaml) file from our samples.
3030

0 commit comments

Comments
 (0)