Skip to content

Commit

Permalink
Merge pull request #27 from nikitasavinov/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
louisfischer committed Jul 6, 2017
2 parents 920d661 + 97c1493 commit 7a3007d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/input/docs/usage/examples.md
Expand Up @@ -49,7 +49,7 @@ Task("Http-GET-With-Settings-Fluent")
string responseBody = HttpGet("https://www.google.com", settings =>
{
settings.UseBearerAuthorization("1af538baa9045a84c0e889f672baf83ff24")
.SetNoCeche()
.SetNoCache()
.AppendHeader("Connection", "keep-alive");
});
Information(responseBody);
Expand Down Expand Up @@ -86,4 +86,4 @@ Task("Http-POST-With-Settings-Form-Url-Encoded")
});

RunTarget("Http-GET");
```
```

0 comments on commit 7a3007d

Please sign in to comment.