diff --git a/tutorial.md b/tutorial.md index be8e0d1..91d09ca 100644 --- a/tutorial.md +++ b/tutorial.md @@ -29,7 +29,7 @@ library(httr) ``` ### HTTP2 errors -To avoid errors in the HTPP2 framing layer is recommended to run the following code : +To avoid errors in the HTTP2 framing layer is recommended to run the following code : ```{r} httr::set_config(httr::config(http_version = 0))