diff options
author | Travis Ralston <travpc@gmail.com> | 2019-05-06 15:15:02 -0600 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-06 22:15:02 +0100 |
commit | 3fdff1420790a29331608ca33ce2ace67dbaa4cc (patch) | |
tree | 68ff724fc8fc00cd85a27664ae446f47f344e895 /docs/admin_api | |
parent | Fix sample config (diff) | |
download | synapse-3fdff1420790a29331608ca33ce2ace67dbaa4cc.tar.xz |
Fix spelling in server notices admin API docs (#5142)
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/server_notices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/server_notices.md b/docs/admin_api/server_notices.md index 5ddd21cfb2..858b052b84 100644 --- a/docs/admin_api/server_notices.md +++ b/docs/admin_api/server_notices.md @@ -36,7 +36,7 @@ You can optionally include the following additional parameters: * `state_key`: Setting this will result in a state event being sent. -Once the notice has been sent, the APU will return the following response: +Once the notice has been sent, the API will return the following response: ```json { |