From 910ded1a8c66890f6246e78d2eaba3dda883f46f Mon Sep 17 00:00:00 2001 From: Maikel Date: Tue, 5 Aug 2025 13:49:44 +1000 Subject: [PATCH] Typo [skip ci] --- spec/support/shared_contexts/rake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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