chore: fix typos in new trigger filter docs (#5327)

This commit is contained in:
Andrew Su 2022-11-22 05:26:41 -05:00 committed by GitHub
parent a4955291e4
commit 95d4c6b017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ spec:
### `all`
All nested filter expessions must evaluate to true.
All nested filter expressions must evaluate to true.
```yaml
apiVersion: eventing.knative.dev/v1
@ -103,7 +103,7 @@ spec:
### `any`
At least one nested filter expession must evaluate to true.
At least one nested filter expression must evaluate to true.
```yaml
apiVersion: eventing.knative.dev/v1