Fix minor typos in admin health check page

This commit is contained in:
Drew Blessing 2016-05-12 17:11:37 -05:00
parent 5186f6e3bd
commit 4fea5cda0b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -13,7 +13,7 @@ feature "Admin Health Check", feature: true do
end
it { page.has_text? 'Health Check' }
it { page.has_text? 'Health information can be reteived' }
it { page.has_text? 'Health information can be retrieved' }
it 'has a health check access token' do
token = current_application_settings.health_check_access_token