Skip to content

Commit 8470fa9

Browse files
authored
Fix minor typo in comment (#1327)
* Changelog * Fix minor typo in comment
1 parent ebe4390 commit 8470fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Sendbird/context/SendbirdContext.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const createSendbirdContextStore = (props?: TwoDepthPartial<SendbirdState
3434
});
3535

3636
/**
37-
* A specialized hook for Ssendbird state management
37+
* A specialized hook for Sendbird state management
3838
* @returns {ReturnType<typeof createStore<SendbirdState>>}
3939
*/
4040
export const useSendbirdStore = () => {

0 commit comments

Comments
 (0)