Skip to content

Commit d23e5da

Browse files
Minor grammatical fixes to access-token.md (#4917)
2 parents 5569328 + 64ed65c commit d23e5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/access-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Get an access token
22

3-
The [Matrix Authentication Service repository contains a simple shell script](https://github.com/element-hq/matrix-authentication-service/blob/main/misc/device-code-grant.sh) to get interatively get an access token with arbitrary scopes.
3+
The [Matrix Authentication Service repository contains a simple shell script](https://github.com/element-hq/matrix-authentication-service/blob/main/misc/device-code-grant.sh) to interactively get an access token with arbitrary scopes.
44
It requires `sh`, `jq` and `curl` to be installed.
55
This can be run from anywhere, not necessarily from the host where MAS is running.
66

@@ -28,4 +28,4 @@ Or even both at the same time:
2828
sh ./misc/device-code-grant.sh https://synapse.example.com/ urn:matrix:org.matrix.msc2967.client:api:* urn:mas:admin urn:synapse:admin:*
2929
```
3030

31-
Note that the token will be valid for a short time (5 minutes by default) and needs to be revoked manually from the MAS user interface.
31+
Note that the token will only be valid for a short time (5 minutes by default) and needs to be revoked manually from the MAS user interface.

0 commit comments

Comments
 (0)