فهرست منبع

curl: minor punctuation fix

Waldir Pimenta 8 سال پیش
والد
کامیت
b8dd048a93
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/common/curl.md

+ 1 - 1
pages/common/curl.md

@@ -11,7 +11,7 @@
 
 `curl -O {{http://example.com/filename}}`
 
-- Download a file, following [L]ocation redirects, and automatically [C]ontinuing/resuming a previous file transfer:
+- Download a file, following [L]ocation redirects, and automatically [C]ontinuing (resuming) a previous file transfer:
 
 `curl -O -L -C - {{http://example.com/filename}}`