Skip to content

Commit

Permalink
Fixed typo request_options.ex (#304)
Browse files Browse the repository at this point in the history
added a "
  • Loading branch information
RicoTrevisan authored Aug 14, 2024
1 parent 8475867 commit 0506343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crawly/middlewares/request_options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Crawly.Middlewares.RequestOptions do
### Declaring proxy settings
```
middlewares: [
{Crawly.Middlewares.RequestOptions, [proxy: {"https://my_host.com", 3000}, proxy_auth: {"my_user", "my_password}]}
{Crawly.Middlewares.RequestOptions, [proxy: {"https://my_host.com", 3000}, proxy_auth: {"my_user", "my_password"}]}
]
```
Expand Down

0 comments on commit 0506343

Please sign in to comment.