Skip to content

Commit

Permalink
Fix markdown format and typo
Browse files Browse the repository at this point in the history
- https://github.com/rails/rails/actions/runs/4319300757/jobs/7538324353
```
Offenses:

./rails/activesupport/CHANGELOG.md:34 CHANGELOG header must start with '*' and 3 spaces
*    Remove deprecated option to passing a format to `#to_s` in `Array`, `Range`, `Date`, `DateTime`, `Time`,
^^^^
13 changelogs inspected, 1 offense detected
Error: Process completed with exit code 1.
```
Follow-up e420c33

- https://github.com/rails/rails/actions/runs/4319300757/jobs/7538324760
```
./activestorage/test/models/variant_test.rb:200: ins't ==> isn't
```

Follow-up 4edaa41
  • Loading branch information
yahonda committed Mar 3, 2023
1 parent dd7ecb0 commit 78fd178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activestorage/test/models/variant_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ActiveStorage::VariantTest < ActiveSupport::TestCase
end
end

test "content_type not recognized by mini_mime ins't included as variable" do
test "content_type not recognized by mini_mime isn't included as variable" do
blob = create_file_blob(filename: "racecar.jpg")

# image/jpg is not recognized by mini_mime (image/jpeg is correct)
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

*Rafael Mendonça França*

* Remove deprecated option to passing a format to `#to_s` in `Array`, `Range`, `Date`, `DateTime`, `Time`,
* Remove deprecated option to passing a format to `#to_s` in `Array`, `Range`, `Date`, `DateTime`, `Time`,
`BigDecimal`, `Float` and, `Integer`.

*Rafael Mendonça França*
Expand Down

0 comments on commit 78fd178

Please sign in to comment.