Skip to content

Commit 34c13dd

Browse files
committed
fix: fixed typo in step-class.mdx
1 parent aa42626 commit 34c13dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/step-class.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `Step` class is a Python Context Manager that can be used to create steps in
4040
import chainlit as cl
4141

4242
@cl.on_message
43-
async def main():e
43+
async def main():
4444
async with cl.Step(name="Test") as step:
4545
# Step is sent as soon as the context manager is entered
4646
step.input = "hello"

0 commit comments

Comments
 (0)