From 73167cd0d929b95f6e5e8c7438207db3703903fb Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Wed, 31 Mar 2021 00:39:02 +0200 Subject: [PATCH] Fix typos (#3431) --- docs/en/amqp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/amqp.md b/docs/en/amqp.md index 6346d2c36..88bbcf94a 100644 --- a/docs/en/amqp.md +++ b/docs/en/amqp.md @@ -43,7 +43,7 @@ php bin/hyperf.php gen:amqp-producer DemoProducer ``` We can modify the Producer annotation to replace exchange and routingKey. -Payloload is the data that is finally delivered to the message queue, so we can rewrite the _construct method easyly,just make sure payload is assigned. +Payload is the data that is finally delivered to the message queue, so we can rewrite the _construct method easily,just make sure payload is assigned. ```php