Skip to content

Commit fb9cfcc

Browse files
devvaannshabose
authored andcommitted
fix: remove unnecessary '*', as takes too much space in docs site
1 parent 610e4bd commit fb9cfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeConnector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
* const imageArrayBuffer = getSomeImageArrayBuffer(); // Get the ArrayBuffer
134134
* nodeConnector.triggerPeer('imageEdited', 'name.png', imageArrayBuffer);
135135
* ```
136-
* * ## Caveats
136+
* ## Caveats
137137
* - Be cautious when sending large binary data, as it may affect performance and memory usage. Transferring large
138138
* data is fully supported, but be mindful of performance.
139139
* - Functions called with `execPeer` and `triggerPeer` must be asynchronous and accept a single argument. An optional

0 commit comments

Comments
 (0)