Skip to content

Commit 960f5d1

Browse files
authored
Merge pull request #333 from curran/patch-13
Fix typo
2 parents 30db085 + 07b7168 commit 960f5d1

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)