asyncapi / website

AsyncAPI specification website
https://www.asyncapi.com
Apache License 2.0
527 stars 665 forks source link

[Docs Bug 🐞 report]: Channel doc - duplication of paragraph describing mermaid diagram #3387

Open bandantonio opened 1 week ago

bandantonio commented 1 week ago

Describe the bug you found in AsyncAPI Docs.

In the Channel doc there is a duplication of the last paragraph that describes the mermaid diagram:

In doc: The diagram above illustrates the communication process between a producer and a consumer. The producer sends a message through the channel, which then queues the message for delivery to the specific consumer. The diagram above illustrates the communication process between a producer and multiple consumers. The producer sends a message through the channel, which then queues the message for delivery to the appropriate consumers.

Should be: The diagram above illustrates the communication process between a producer and a consumer. The producer sends a message through the channel, which then queues the message for delivery to the specific consumer. The diagram above illustrates the communication process between a producer and multiple consumers. The producer sends a message through the channel, which then queues the message for delivery to the appropriate consumers.


This bug was introduced in #3354 (line with the bug)

PR will be ready shortly.

Attach any resources that can help us understand the issue.

bug

Code of Conduct