We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cfcc6 commit 2087ee7Copy full SHA for 2087ee7
1 file changed
spec/jwe/zip_spec.rb
@@ -15,7 +15,7 @@
15
end
16
17
describe JWE::Zip::Def do
18
- context 'with the orginal payload' do
+ context 'with the original payload' do
19
it 'deflates and inflates to original payload' do
20
deflate = JWE::Zip::Def.new
21
deflated = deflate.compress('hello world')
0 commit comments