diff --git a/src/github.com/matrix-org/dendrite/appservice/routing/user.go b/src/github.com/matrix-org/dendrite/appservice/routing/user.go index 4f9a8e863..70e8d7017 100644 --- a/src/github.com/matrix-org/dendrite/appservice/routing/user.go +++ b/src/github.com/matrix-org/dendrite/appservice/routing/user.go @@ -14,7 +14,7 @@ type URIToUIDResponse struct { } // URIToUID implements `/_matrix/app/r0/user?uri={url_encoded_uri}`, which -// enables users to contact appservice users directly by taking an encoded +// enables users to contact App Service users directly by taking an encoded // URI and turning it into a Matrix ID on the homeserver. // https://matrix.org/docs/spec/application_service/unstable.html#user-ids // tel://123.1234 -> @tel_//123.1234:matrix.org