Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson authored Nov 4, 2020
1 parent f749a60 commit b97510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For AWS events, such as `aws.codepipeline` it's already enabled, but for custom
### To browse targets of events:
Select a schema from the schema registry and list its targets. Select a target to browse details such as ARN, event pattern, input transformation, etc.

`evb browse` will let you browse your schemas and get insights into the targets listening to the source/detail-type combination of your event. This only works with explicit maching on `source` and `detail-type`.
`evb browse` will let you browse your schemas and get insights into the targets listening to the source/detail-type combination of your event. This only works with explicit matching on `source` and `detail-type`.

![Demo](demo-browse.gif)

Expand Down Expand Up @@ -70,7 +70,7 @@ Local debugging makes use to API Gateway V2 websockets to forward actual events

![Demo](demo-local.gif)

Example of testing a rule before deploying the stack. The user quickly gets feedback on their patterns and input transforms. In this example we're listening to all aws.* events and trasnformting the output to
Example of testing a rule before deploying the stack. The user quickly gets feedback on their patterns and input transforms. In this example we're listening to all aws.* events and transforming the output to
```
{
"source": <source>,
Expand Down

0 comments on commit b97510a

Please sign in to comment.