Skip to content

Commit

Permalink
docs(README): typo GotenbergApiErroed
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien authored Jan 23, 2025
1 parent 5b6c5ee commit 2cf43a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ $request = Gotenberg::chromium($apiUrl)
Please note that it should be the same value as defined by the `--api-trace-header` Gotenberg's property.

The response from Gotenberg will also contain the trace header. In case of error, both the `Gotenberg::send` and
`Gotenberg::save` methods throw a `GotenbergApiErroed` exception that provides the following method for retrieving the
`Gotenberg::save` methods throw a `GotenbergApiErrored` exception that provides the following method for retrieving the
trace:

```php
Expand Down

0 comments on commit 2cf43a9

Please sign in to comment.