Skip to content

Commit 2292b27

Browse files
authored
fix: typo in server-url/events.mdx (VapiAI#140)
1 parent 1dda67c commit 2292b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-url/events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Or if it's an object:
8282
The result will be appended to the conversation, and the assistant will decide what to do with the response based on its system prompt.
8383

8484
<Note>
85-
If you don't need to return a response, you can use the `async: true` parameter in your assitant's
85+
If you don't need to return a response, you can use the `async: true` parameter in your assistant's
8686
function configuration. This will prevent the assistant from waiting for a response from your
8787
server.
8888
</Note>

0 commit comments

Comments
 (0)