Skip to content

Commit ca5c413

Browse files
authored
Update README.md
1 parent 79de3ee commit ca5c413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const plugins = [ColaborativeClient(options)]
3030
cursorAnnotationType?: string // type string for cursor annotations
3131
annotationDataMixin?: Data // any data passed to cursor annotation
3232
renderPreloader?: () => ReactNode // optional preloader render
33-
renderCursor?: (data: Data) => ReactNode | any // option custom cursor render
33+
renderCursor?: (data: Data) => ReactNode | any // custom cursor render
3434
onConnect?: (connection: Connection) => void // connect callback
3535
onDisconnect?: (connection: Connection) => void // disconnect callback
3636
}

0 commit comments

Comments
 (0)