summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2020-11-02 13:33:56 +0000
committerMatthew Hodgson <matthew@matrix.org>2020-11-02 13:33:56 +0000
commit11fd90a2b7a5192026e9d177e042acd2aff58348 (patch)
tree450e1dc944385d2c79f8e5bea3d0b28635a3c3f5 /docs
parentFix typos in systemd-with-workers doc (diff)
downloadsynapse-11fd90a2b7a5192026e9d177e042acd2aff58348.tar.xz
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/openid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md
index 6670f36261..da391f74aa 100644
--- a/docs/openid.md
+++ b/docs/openid.md
@@ -205,7 +205,7 @@ GitHub is a bit special as it is not an OpenID Connect compliant provider, but
 just a regular OAuth2 provider.
 
 The [`/user` API endpoint](https://developer.github.com/v3/users/#get-the-authenticated-user)
-can be used to retrieve information on the authenticated user. As the Synaspse
+can be used to retrieve information on the authenticated user. As the Synapse
 login mechanism needs an attribute to uniquely identify users, and that endpoint
 does not return a `sub` property, an alternative `subject_claim` has to be set.