Skip to content

Commit 54dace9

Browse files
committed
lint: Fix formatting
1 parent e462457 commit 54dace9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ import { useOnRcbEvent, RcbEvent, RcbChangePathEvent } from "react-chatbotify";
337337
const MyNestedComponent = () => {
338338
const handler = (event: RcbChangePathEvent) => {
339339
// handle change path logic
340-
}
340+
}
341341

342342
// listens on the change path event
343343
useOnRcbEvent(RcbEvent.CHANGE_PATH, handler);

0 commit comments

Comments
 (0)