Skip to content

Commit

Permalink
Merge pull request #990 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
maclover7 authored Oct 16, 2017
2 parents c586ab3 + 5016987 commit 414fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/oauth/invalid_token_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Doorkeeper::OAuth
end
end

context "unkown" do
context "unknown" do
let(:access_token) { double(revoked?: false, expired?: false) }

it "sets a description" do
Expand Down

0 comments on commit 414fad1

Please sign in to comment.