Skip to content

Commit

Permalink
Fix docs build (langchain-ai#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Nov 8, 2023
1 parent 4655084 commit ed61f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/expression_language/how_to/cancellation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can cancel a LCEL request by binding a `signal`.

import CodeBlock from "@theme/CodeBlock";
import CancellationExample from "@examples/guides/expression_language/cancellation.ts";
import CancellationExample from "@examples/guides/expression_language/how_to_cancellation.ts";

<CodeBlock language="typescript">{CancellationExample}</CodeBlock>

Expand Down

0 comments on commit ed61f3c

Please sign in to comment.