avinal commented on a change in pull request #6389:
URL: https://github.com/apache/apisix/pull/6389#discussion_r811584370



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -182,54 +190,54 @@ apisix start
 
 Both `apisix quit` and `apisix stop` can stop Apache APISIX. The main 
difference is that `apisix quit` stops Apache APISIX gracefully, while `apisix 
stop` stops Apache APISIX immediately.
 
-It is recommended to use gracefully stop command `apisix quit` because it 
ensures that Apache APISIX will complete all the requests it has received 
before stopping down. In contrast, `apisix stop` will trigger a forced 
shutdown, it stops Apache APISIX immediately, in which case the incoming 
requests will not be processed before the shutdown.
+It is recommended to use gracefully stop command `apisix quit` because it 
ensures that Apache APISIX will complete all the requests it has received 
before stopping. On the other hand, `apisix stop` will trigger a forced 
shutdown and will stop Apache APISIX immediately. This will cause the pending 
incoming requests to not be processed before shutdown.

Review comment:
       ```suggestion
   It is recommended to use the gracefully stop command `apisix quit` because 
it ensures that Apache APISIX will complete all the requests it has received 
before stopping. On the other hand, `apisix stop` will trigger a forced 
shutdown and will stop Apache APISIX immediately. This will cause the pending 
incoming requests to not be processed before shutdown.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to