about summary refs log tree commit diff
path: root/spec/models/web/push_subscription_spec.rb
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-02-22 14:14:17 -0500
committerGitHub <noreply@github.com>2022-02-22 20:14:17 +0100
commit73f5e4a1d9c6d067ff62c5cc9a65d929a56f0f00 (patch)
treef012ffa81db81ea4fb14e47ec92e4dc8f088444c /spec/models/web/push_subscription_spec.rb
parent166f6e4b500dd84eeffdbf887b2dc21e6d8c0aa6 (diff)
Fix various typos (#17621)
Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
Diffstat (limited to 'spec/models/web/push_subscription_spec.rb')
-rw-r--r--spec/models/web/push_subscription_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/web/push_subscription_spec.rb b/spec/models/web/push_subscription_spec.rb
index b44904369..bd5719593 100644
--- a/spec/models/web/push_subscription_spec.rb
+++ b/spec/models/web/push_subscription_spec.rb
@@ -29,7 +29,7 @@ RSpec.describe Web::PushSubscription, type: :model do
       context "when notification is a #{type}" do
         let(:notification_type) { type }
 
-        it "returns boolean corresonding to alert setting" do
+        it "returns boolean corresponding to alert setting" do
           expect(subject.pushable?(notification)).to eq data[:alerts][type]
         end
       end