Skip to content

Commit

Permalink
feat(rulesets): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed May 19, 2022
1 parent a43ce41 commit b57929e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/asyncapi-rules.md
Expand Up @@ -190,7 +190,7 @@ Operation `security` values must match a scheme defined in the `components.secur

```yaml
channels:
'user/signup':
"user/signup":
publish:
security:
- petstore_auth: []
Expand All @@ -203,7 +203,7 @@ components:

```yaml
channels:
'user/signup':
"user/signup":
publish:
security:
- not_defined: []
Expand Down

0 comments on commit b57929e

Please sign in to comment.