Skip to content

Commit 807cf82

Browse files
author
Jake Champion
committed
chore: fix link to TypeError in fanout docs
1 parent 78bbb04 commit 807cf82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/docs/fastly:fanout/createFanoutHandoff.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ createFanoutHandoff(request, backend)
2222
- `backend` _: string_
2323
- The name of the backend that Fanout should send the request to.
2424
- The name has to be between 1 and 254 characters inclusive.
25-
- Throws a [`TypeError`](../../globals/TypeError/TypeError.mdx) if the value is not valid. I.E. The value is null, undefined, an empty string or a string with more than 254 characters.
25+
- Throws a [`TypeError`](../globals/TypeError/TypeError.mdx) if the value is not valid. I.E. The value is null, undefined, an empty string or a string with more than 254 characters.
2626

2727
### Return value
2828

documentation/versioned_docs/version-1.12.0/fastly:fanout/createFanoutHandoff.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ createFanoutHandoff(request, backend)
2222
- `backend` _: string_
2323
- The name of the backend that Fanout should send the request to.
2424
- The name has to be between 1 and 254 characters inclusive.
25-
- Throws a [`TypeError`](../../globals/TypeError/TypeError.mdx) if the value is not valid. I.E. The value is null, undefined, an empty string or a string with more than 254 characters.
25+
- Throws a [`TypeError`](../globals/TypeError/TypeError.mdx) if the value is not valid. I.E. The value is null, undefined, an empty string or a string with more than 254 characters.
2626

2727
### Return value
2828

0 commit comments

Comments
 (0)