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 Jun 27, 2022
1 parent 25f1176 commit 906b987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/asyncapi-rules.md
Expand Up @@ -271,7 +271,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 @@ -284,7 +284,7 @@ components:

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

0 comments on commit 906b987

Please sign in to comment.