Skip to content

Commit 99165c6

Browse files
author
Shivam Gupta
authored
[docs] Fix two typos givven -> given (#124)
1 parent c0e5cbd commit 99165c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Make a request to the given url, returning a `Response` object capturing the
104104
status, headers and other information about the response. The body of the
105105
reponse is written to `output` if specified and discarded otherwise. For HTTP/S
106106
requests, if an `input` stream is given, a `PUT` request is made; otherwise if
107-
an `output` stream is givven, a `GET` request is made; if neither is given a
107+
an `output` stream is given, a `GET` request is made; if neither is given a
108108
`HEAD` request is made. For other protocols, appropriate default methods are
109109
used based on what combination of input and output are requested. The following
110110
options differ from the `download` function:

src/Downloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Make a request to the given url, returning a `Response` object capturing the
264264
status, headers and other information about the response. The body of the
265265
reponse is written to `output` if specified and discarded otherwise. For HTTP/S
266266
requests, if an `input` stream is given, a `PUT` request is made; otherwise if
267-
an `output` stream is givven, a `GET` request is made; if neither is given a
267+
an `output` stream is given, a `GET` request is made; if neither is given a
268268
`HEAD` request is made. For other protocols, appropriate default methods are
269269
used based on what combination of input and output are requested. The following
270270
options differ from the `download` function:

0 commit comments

Comments
 (0)