Skip to content

Commit

Permalink
fix: typo (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Aug 7, 2024
1 parent 3328af0 commit f333a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/docs-chat/DocsChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { makePrismAsyncSyntaxHighlighter } from "@assistant-ui/react-syntax-high
import { coldarkDark } from "react-syntax-highlighter/dist/esm/styles/prism";
import remarkGfm from "remark-gfm";

co asAsyncIterable<T>(source: ReadableStream<T>): AsyncIterable<T> {
function asAsyncIterable<T>(source: ReadableStream<T>): AsyncIterable<T> {
return {
[Symbol.asyncIterator]: () => {
const reader = source.getReader();
Expand Down

0 comments on commit f333a88

Please sign in to comment.