diff options
author | Brian Murray <brian@murraytwins.com> | 2021-04-28 20:29:11 +0000 |
---|---|---|
committer | Brian Murray <brian@murraytwins.com> | 2021-04-28 20:29:11 +0000 |
commit | 289b7d2e8c8fb1ee4d5ef67a57ca74ce6f19b727 (patch) | |
tree | 879bce9fe51803071201944a14a501e2ed389cef | |
parent | 408f4e0d32d11d3f7b7ec0e27fe8cf73cad23a6c (diff) |
Fix a typo in json-hooks-protocol.md
-rw-r--r-- | doc/json-hooks-protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/json-hooks-protocol.md b/doc/json-hooks-protocol.md index 9ffd2f2be..2d8410c8d 100644 --- a/doc/json-hooks-protocol.md +++ b/doc/json-hooks-protocol.md @@ -25,7 +25,7 @@ The general life of a hook is as following. 1. Hook is started 2. Hello handshake is exchanged 3. One or more calls or notifications are sent from apt to the hook -4. Bye notification is send +4. Bye notification is sent It is unspecified whether a hook is sent one or more messages. For example, a hook may be started only once for the lifetime of the apt |