Skip to content

Commit da645e9

Browse files
committed
Fix backtick
1 parent aca3352 commit da645e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/link/error/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export declare namespace ErrorLink {
1818
* Callback that is called by `ErrorLink` when an error occurs from a
1919
* downstream link in link chain.
2020
*
21-
* @param options - The options object provided by ErrorLink` to the error
21+
* @param options - The options object provided by `ErrorLink` to the error
2222
* handler when an error occurs.
2323
*/
2424
export function ErrorHandler(

0 commit comments

Comments
 (0)