Skip to content

Commit 07b7168

Browse files
authored
Fix typo in word hanlding
1 parent 30db085 commit 07b7168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Register a new middleware.
161161
* `fn` _(Function(context, callback))_
162162
Call this function at the time specified by `action`.
163163
* `context` will always have the following properties:
164-
* `action`: The action this middleware is hanlding
164+
* `action`: The action this middleware is handling
165165
* `agent`: A reference to the server agent handling this client
166166
* `backend`: A reference to this ShareDB backend instance
167167
* `context` can also have additional properties, as relevant for the action:

0 commit comments

Comments
 (0)