diff --git a/spec/services/subscriptions/dates/monthly_service_spec.rb b/spec/services/subscriptions/dates/monthly_service_spec.rb index 82d20fb02a0..a0b4690f10e 100644 --- a/spec/services/subscriptions/dates/monthly_service_spec.rb +++ b/spec/services/subscriptions/dates/monthly_service_spec.rb @@ -167,7 +167,7 @@ end end - context 'when billing subscription day does not extist in the month' do + context 'when billing subscription day does not exist in the month' do let(:subscription_date) { DateTime.parse('31 Jan 2022') } let(:billing_date) { DateTime.parse('01 Mar 2022') }