Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-05-13 01:11:37 +0300
committerDrew Blessing <drew@gitlab.com>2016-05-13 01:11:37 +0300
commit4fea5cda0bf7ff56dafae90306441b0d65f3ca05 (patch)
treed04b3718bf8277d354de8d53f01b7e9512fa13b5 /app/views/admin/health_check
parent5186f6e3bd541ffa13f9f907067c638790b9ebfe (diff)
Fix minor typos in admin health check page
Diffstat (limited to 'app/views/admin/health_check')
-rw-r--r--app/views/admin/health_check/show.html.haml2
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)