Skip to content

Commit

Permalink
docs: section link Error Handling (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Aug 1, 2024
1 parent 6b31ffb commit 5c6260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ has a method `error(message, options)` that returns an
error object. This method should always be used to raise
errors relating to the syntax of selectors. The options
to this method are passed to postcss's error constructor
([documentation](http://api.postcss.org/Container.html#error)).
([documentation](http://postcss.org/api/#container-error)).

#### Async Error Example

Expand Down

0 comments on commit 5c6260c

Please sign in to comment.