diff --git a/docs/input/docs/usage/examples.md b/docs/input/docs/usage/examples.md index 3ad5ce8..bbde266 100644 --- a/docs/input/docs/usage/examples.md +++ b/docs/input/docs/usage/examples.md @@ -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); @@ -86,4 +86,4 @@ Task("Http-POST-With-Settings-Form-Url-Encoded") }); RunTarget("Http-GET"); -``` \ No newline at end of file +```