Skip to content

Commit 512c249

Browse files
authored
further grammar improvements and include warning about editing
1 parent 12fcb71 commit 512c249

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fail: MassTransit.ReceiveTransport[0]
3131

3232
#### Running the sample
3333

34-
In order to see how the Particular Platfrom improves the failed messages management, start the containers responsible for running the platform:
34+
To see how the Particular Platfrom improves failed message management, start the containers responsible for running the platform:
3535

3636
### **RabbitMQ**
3737

@@ -84,4 +84,7 @@ Go to the details page for one of the failed messages and click the `Edit & retr
8484

8585
Navigate to the `Message Body` tab, change the last digit of the `orderId` value, and click "Retry" to schedule the message for reprocessing.
8686

87+
> [!WARNING]
88+
> Changing or deleting header values may change or cause issues with the subsequent re-processing. It is recommended that these values are not changed if you are unsure of their purpose.
89+
8790
![Edit Message View](service-pulse-edit-before-retry.png "Edit & Retry view showing the message body")

0 commit comments

Comments
 (0)