浏览代码

curl: revise translation

Andy Chen 5 年之前
父节点
当前提交
afccf53321
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages.zh/common/curl.md

+ 1 - 1
pages.zh/common/curl.md

@@ -28,7 +28,7 @@
 
 `curl -d {{'{"name":"bob"}'}} -H {{'Content-Type: application/json'}} {{http://example.com/users/1234}}`
 
-- 为服务器授权传入用户名和密码:
+- 使用用户名和密码,授权访问服务器:
 
 `curl -u myusername:mypassword {{http://example.com}}`