Skip to content

Commit

Permalink
fix(chromium): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Jan 4, 2024
1 parent 8266f27 commit 03a0a29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,7 @@ values={[
curl \
--request POST 'http://localhost:3000/forms/chromium/convert/url' \
--form 'url="https://httpstat.us/400"' \
--form 'failOnHttpStatusCodes="[499]"' \
-o my.pdf
--form 'failOnHttpStatusCodes="[499]"'
```

</TabItem>
Expand Down Expand Up @@ -736,8 +735,7 @@ values={[
curl \
--request POST 'http://localhost:3000/forms/chromium/convert/html' \
--form 'files=@"/path/to/index.html"' \
--form 'failOnConsoleExceptions="true"' \
-o my.pdf
--form 'failOnConsoleExceptions="true"'
```

</TabItem>
Expand Down

0 comments on commit 03a0a29

Please sign in to comment.