Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix spelling in railties/test/generators #41923

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

jbampton
Copy link
Contributor

Summary

Changed heres to here's

@rails-bot rails-bot bot added the railties label Apr 11, 2021
@@ -31,13 +31,13 @@ def test_invoke_other_generator_with_full_namespace
end

def test_create_file_should_write_data_to_file_path
action :create_file, "lib/test_file.rb", "heres test data"
assert_file "lib/test_file.rb", "heres test data"
action :create_file, "lib/test_file.rb", "here's test data"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here's is a contraction of here is

Suggested change
action :create_file, "lib/test_file.rb", "here's test data"
action :create_file, "lib/test_file.rb", "here is test data"

@jbampton
Copy link
Contributor Author

Hey @zzak my new mruby friend how about a review here ?

@jbampton
Copy link
Contributor Author

Hey @georgeclaghorn or @jonathanhefner how about a review ?

@rafaelfranca rafaelfranca merged commit 3541f05 into rails:main Apr 13, 2021
@jbampton jbampton deleted the fix-spelling branch April 13, 2021 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants