We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c711cfc + 0a013cf commit 4fa0160Copy full SHA for 4fa0160
lib/client/doc.js
@@ -43,8 +43,8 @@ var ERROR_CODE = ShareDBError.CODES;
43
* - `create (source)` The document was created. That means its type was
44
* set and it has some initial data.
45
* - `del (data, source)` Fired after the document is deleted, that is
46
- * the data is null. It is passed the data before delteion as an
47
- * arguments
+ * the data is null. It is passed the data before deletion as an
+ * argument
48
* - `load ()` Fired when a new snapshot is ingested from a fetch, subscribe, or query
49
*/
50
0 commit comments