Skip to content

Commit

Permalink
docs: fix typos in add-server.md (asyncapi#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscriven authored Aug 30, 2024
1 parent 6e15882 commit b19618f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown/docs/concepts/asyncapi-document/add-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Here's an example of an AsyncAPI document with two servers referenced from the `
```yaml
servers:
kafka-test:
$ref: '#/components/servers/kafka-test
$ref: '#/components/servers/kafka-test'
mqtt-test:
$ref: '#/components/servers/mqtt-test
components
$ref: '#/components/servers/mqtt-test'
components:
servers:
kafka-test:
host: my.kafka.pl
Expand Down

0 comments on commit b19618f

Please sign in to comment.