Misspelling Attepmts -> Attempts was fixed.

This commit is contained in:
aedampir@gmail.com
2016-03-23 22:30:24 +07:00
parent 592e715820
commit 7e4e874f19
@@ -10,7 +10,7 @@ namespace Octokit.Tests.Exceptions
public class TheConstructor
{
[Fact]
public void IdentifiesMaxLoginAttepmtsExceededReason()
public void IdentifiesMaxLoginAttemptsExceededReason()
{
const string responseBody = "{\"message\":\"YOU SHALL NOT PASS!\"," +
"\"documentation_url\":\"http://developer.github.com/v3\"}";