diff options
author | Christian Paul <christianp@element.io> | 2022-02-03 18:20:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 17:20:44 +0000 |
commit | 6b1c265c21c0e923cc21e87c5257176160d9fb45 (patch) | |
tree | 04204857a8e57cedd1bc67a7ffa3064923b0af4d | |
parent | Add a ratelimiter for 3pid invite (#11892) (diff) | |
download | synapse-6b1c265c21c0e923cc21e87c5257176160d9fb45.tar.xz |
Fix typo: unpind -> unbind (#11859)
Co-authored-by: reivilibre <olivier@librepush.net>
-rw-r--r-- | changelog.d/11859.doc | 1 | ||||
-rw-r--r-- | docs/admin_api/user_admin_api.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11859.doc b/changelog.d/11859.doc new file mode 100644 index 0000000000..d903c8ddaf --- /dev/null +++ b/changelog.d/11859.doc @@ -0,0 +1 @@ +Fix typo in User Admin API: unpind -> unbind. diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md index 4f5f377b38..995782c6bc 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md @@ -331,7 +331,7 @@ An empty body may be passed for backwards compatibility. The following actions are performed when deactivating an user: -- Try to unpind 3PIDs from the identity server +- Try to unbind 3PIDs from the identity server - Remove all 3PIDs from the homeserver - Delete all devices and E2EE keys - Delete all access tokens |