From 30b12738531cbbdc00948b123a2f824ee68ff987 Mon Sep 17 00:00:00 2001 From: chandi Date: Tue, 27 Oct 2020 00:28:24 +0100 Subject: [PATCH] docs: fix key in padUpdate context --- doc/api/hooks_server-side.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/hooks_server-side.md b/doc/api/hooks_server-side.md index f51c722e5..910682c42 100644 --- a/doc/api/hooks_server-side.md +++ b/doc/api/hooks_server-side.md @@ -169,7 +169,7 @@ Things in context: 1. pad - the pad instance 2. author - the id of the author who updated the pad -3. newRev - the index of the new revision +3. revs - the index of the new revision 4. changeset - the changeset of this revision (see [Changeset Library](#index_changeset_library)) This hook gets called when an existing pad was updated.