Skip to content

Commit 889b8e9

Browse files
authored
fix: update link closing parenthesis
1 parent 4f7e425 commit 889b8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/microservices/rabbitmq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ The `options` property is specific to the chosen transporter. The <strong>Rabbit
6666
<td><code>noAck</code></td>
6767
<td>If <code>false</code>, manual acknowledgment mode enabled</td>
6868
</tr>
69-
<tr>
69+
<tr>
7070
<td><code>consumerTag</code></td>
71-
<td>Consumer Tag Identifier (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#channel_consume" rel="nofollow" target="_blank"/>here</a>)</td>
71+
<td>Consumer Tag Identifier (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#channel_consume" rel="nofollow" target="_blank">here</a>)</td>
7272
</tr>
7373
<tr>
7474
<td><code>queueOptions</code></td>

0 commit comments

Comments
 (0)