Skip to content

Commit

Permalink
Fix custom error types link in typescript documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Mar 1, 2023
1 parent c21d1f7 commit f6a06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chord-symbol/types/index.d.ts
Expand Up @@ -318,7 +318,7 @@ type RendererConfiguration = {
* For maximum compatibility, your best bet is to always rely on the existing chord object structure.
* - To fail the parsing, throw an exception and it will use the Error API.
* If you want to be able to filter your exception in error handling, or to pass the chord object in its current state, use
* [custom error types]{@link https://github.com/no-chris/chord-symbol/blob/master/src/helpers/ChordParsingError.js}
* [custom error types]{@link https://github.com/no-chris/chord-symbol/blob/master/packages/chord-symbol/src/helpers/ChordParsingError.js}
*
* **Rendering filter**
* - If the purpose of your rendering filter is to change the text output of `ChordSymbol`,
Expand Down

0 comments on commit f6a06c7

Please sign in to comment.