diff --git a/SUMMARY.md b/SUMMARY.md index 6d6e7cd98..0c51819b6 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -82,7 +82,7 @@ * [Trace options](usingcurl/verbose/trace.md) * [Write out](usingcurl/verbose/writeout.md) * [Downloads](usingcurl/downloads/README.md) - * [What exactly is downloading?](usingcurl/downloads/whatis.md) + * [What is downloading?](usingcurl/downloads/whatis.md) * [Storing downloads](usingcurl/downloads/storing.md) * [Download to a file named by the URL](usingcurl/downloads/url-named.md) * [Use the target filename from the server](usingcurl/downloads/content-disp.md) diff --git a/usingcurl/downloads/whatis.md b/usingcurl/downloads/whatis.md index 2d9c6b271..372b3122d 100644 --- a/usingcurl/downloads/whatis.md +++ b/usingcurl/downloads/whatis.md @@ -1,4 +1,4 @@ -# What exactly is downloading? +# What is downloading? You specify the resource to download by giving curl a URL. curl defaults to downloading a URL unless told otherwise, and the URL identifies what to