dabue commented on a change in pull request #2458: URL: https://github.com/apache/apisix/pull/2458#discussion_r513155689
########## File path: doc/zh-cn/getting-started.md ########## @@ -232,7 +232,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13 现在可以使用以下命令调用路由: ```bash -curl -i -X GET http://127.0.0.1:9080/samplePrefix/get?param1=foo¶m2=bar -H 'apikey: superSecretAPIKey' +curl -i -X GET "http://127.0.0.1:9080/samplePrefix/get?param1=foo¶m2=bar" -H 'apikey: superSecretAPIKey' Review comment: got it ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
