Skip to content

Commit

Permalink
Punctuation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quetzalliwrites committed Oct 25, 2022
1 parent f53b7d6 commit 637ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/concepts/consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ flowchart LR
The above diagram depicts a sample flow of events from `producer` to `broker` to `consumer`. In this instance, the `producer` publishes two events _(A and B)_ and sends them to the `broker`. Then each `consumer` subscribes to receive those events.

<Remember>
<b>Subscribers</b> can also be <a href="https://www.asyncapi.com/docs/concepts/producer">producers</a>
<b>Subscribers</b> can also be <a href="https://www.asyncapi.com/docs/concepts/producer">producers</a>.
</Remember>

0 comments on commit 637ba03

Please sign in to comment.