Skip to content

Commit e94acc6

Browse files
authored
Apply suggestions from code review
1 parent 70e65fb commit e94acc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/async/channels-kebab-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ channels:
5858
### Channel rules for AsyncAPI 2.6
5959
6060
The syntax for how the channels are described changed with the AsyncAPI 3.0 release.
61-
If you still AsyncAPI 2.6, this rule works, and checks the channel address used as the key of the `channels` object.
61+
This rule also works with AsyncAPI 2.6 and checks the channel address used as the key of the `channels` object.
6262
For example, the rule would catch this example where `transactions/ticketSales` is used as a channel name:
6363

6464
```yaml

0 commit comments

Comments
 (0)