Skip to content

Commit 8adbd30

Browse files
mokagioclaude
andcommitted
Fix typo in upload_to_s3_spec.rb
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e4ad0c7 commit 8adbd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/upload_to_s3_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def stub_s3_response_for_file(key, exists: true)
273273
end
274274
end
275275

276-
# Untill we remove the deprecated skip_if_exists option, if_exists needs to be optional.
276+
# Until we remove the deprecated skip_if_exists option, if_exists needs to be optional.
277277
# if_exists also has a verify_block that will throw if the given value doesn't match the allowed ones.
278278
# This test makes sure that if the user omits or set if_exists as nil, Fastlane bypasses the verify_block.
279279
# This is models a possible usage for the action—we want to be extra careful.

0 commit comments

Comments
 (0)