Commit 3fbae669 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #206 from nerdoc/patch-1

typo in message: "accesible" -> "accessible"
parents b205a186 0078fe6c
......@@ -30,7 +30,7 @@ class GitlabNet
if resp.code == '200'
GitAccessStatus.create_from_json(resp.body)
else
GitAccessStatus.new(false, "API is not accesible")
GitAccessStatus.new(false, 'API is not accessible')
end
end
......
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