Commit 0bb09eee authored by Mike Jang's avatar Mike Jang

Merge branch 'dj-fix-person-access-tokens-typo' into 'master'

Fix typo on Personal Access Tokens page

See merge request gitlab-org/gitlab!50853
parents 8cb82484 e42a7db3
......@@ -112,7 +112,7 @@ token = PersonalAccessToken.find_by_token('token-string-here123')
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):
```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