diff options
author | Drew Blessing <drew@gitlab.com> | 2016-05-12 17:11:37 -0500 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2016-05-12 17:11:37 -0500 |
commit | 4fea5cda0bf7ff56dafae90306441b0d65f3ca05 (patch) | |
tree | d04b3718bf8277d354de8d53f01b7e9512fa13b5 /app/views/admin | |
parent | 5186f6e3bd541ffa13f9f907067c638790b9ebfe (diff) | |
download | gitlab-ce-4fea5cda0bf7ff56dafae90306441b0d65f3ca05.tar.gz |
Fix minor typos in admin health check page
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/health_check/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml index ad79fd26d0b..c2313986a7f 100644 --- a/app/views/admin/health_check/show.html.haml +++ b/app/views/admin/health_check/show.html.haml @@ -13,7 +13,7 @@ = icon('refresh') Reset health check access token %p.light - Health information can be reteived as plain text, json, or xml using: + Health information can be retrieved as plain text, JSON, or XML using: %ul %li %code= health_check_url(token: current_application_settings.health_check_access_token) |