diff --git a/spec/support/shared_contexts/rake.rb b/spec/support/shared_contexts/rake.rb index 3bb5891451..4dcf5af07b 100644 --- a/spec/support/shared_contexts/rake.rb +++ b/spec/support/shared_contexts/rake.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Let this context take of Rake testing gotchas. +# Let this context take care of Rake testing gotchas. # # ```rb # RSpec.describe "my_task.rake" do