git » sdk » commit c8ed3a8

Typo

author Stephen Paul Weber
2025-10-23 02:30:30 UTC
committer Stephen Paul Weber
2025-10-23 02:30:30 UTC
parent e722b7f1e5dbe150917169460b576ba157a2c181

Typo

docs/js/index.md +1 -1

diff --git a/docs/js/index.md b/docs/js/index.md
index 59c77e4..b24d6f7 100644
--- a/docs/js/index.md
+++ b/docs/js/index.md
@@ -39,7 +39,7 @@ In real life you probably want to prompt the user when receiving the event. You
 
 ## Chats
 
-Let’s continue by starting your fist chat. A chat contains messages, a list of people that are participating, and optionally a list of members. The example below shows how to start a chat with a new contact:
+Let’s continue by starting your first chat. A chat contains messages, a list of people that are participating, and optionally a list of members. The example below shows how to start a chat with a new contact:
 
 ```typescript
 const chat = await new Promise(resolve => {