Skip to content

Commit 6c73c7b

Browse files
jonmchananakinj
authored andcommitted
fixing spelling mistake
1 parent 771630d commit 6c73c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/jwt/algos/ecdsa_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
it { is_expected.to eq(algorithm: 'ES256K', digest: 'sha256') }
2525
end
2626

27-
context 'when unkown is given' do
28-
let(:curve_name) { 'unkown' }
27+
context 'when unknown is given' do
28+
let(:curve_name) { 'unknown' }
2929
it 'raises an error' do
3030
expect { subject }.to raise_error(JWT::UnsupportedEcdsaCurve)
3131
end

0 commit comments

Comments
 (0)