Skip to content

Commit de0366e

Browse files
authored
Merge branch 'main' into patch-1
2 parents ea472dd + 30638cf commit de0366e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Chat = ({
6565
const [inputDisabled, setInputDisabled] = useState(false);
6666
const [threadId, setThreadId] = useState("");
6767

68-
// automitcally scroll to bottom of chat
68+
// automatically scroll to bottom of chat
6969
const messagesEndRef = useRef<HTMLDivElement | null>(null);
7070
const scrollToBottom = () => {
7171
messagesEndRef.current?.scrollIntoView({ behavior: "smooth" });

0 commit comments

Comments
 (0)