Commit e42a7db3 authored by ddavison's avatar ddavison

Fix typo on Personal Access Tokens page

parent 130de313
...@@ -112,7 +112,7 @@ token = PersonalAccessToken.find_by_token('token-string-here123') ...@@ -112,7 +112,7 @@ token = PersonalAccessToken.find_by_token('token-string-here123')
token.revoke! token.revoke!
``` ```
This can be shorted into a single-line shell command using the This can be shortened into a single-line shell command using the
[Rails runner](../../administration/troubleshooting/debug.md#using-the-rails-runner): [Rails runner](../../administration/troubleshooting/debug.md#using-the-rails-runner):
```shell ```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment