Skip to content

Commit 4fa0160

Browse files
authored
Merge pull request #397 from adam-risberg/patch-1
Update doc.js
2 parents c711cfc + 0a013cf commit 4fa0160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/client/doc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var ERROR_CODE = ShareDBError.CODES;
4343
* - `create (source)` The document was created. That means its type was
4444
* set and it has some initial data.
4545
* - `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
46+
* the data is null. It is passed the data before deletion as an
47+
* argument
4848
* - `load ()` Fired when a new snapshot is ingested from a fetch, subscribe, or query
4949
*/
5050

0 commit comments

Comments
 (0)