Commit 2733b47e authored by Sean McGivern's avatar Sean McGivern

Fix typo in spec wording

parent 59c7d67c
......@@ -70,7 +70,7 @@ RSpec.describe Gitlab::ApplicationRateLimiter do
end
end
context 'but is not defined in any form the rate_limits Hash' do
context 'but is not defined in any form in the rate_limits Hash' do
it 'raises an InvalidKeyError exception' do
key = 'key_not_in_rate_limits_hash'
......
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