diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-09-01 15:12:35 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-09-01 15:12:35 +0200 |
commit | f1a3d4876f625f342a84b5dd43f55274704c30f9 (patch) | |
tree | 755b472dadca532f2e2a87be5bf283894e6f20ae | |
parent | 2c271296f55e4397f2e71f8060d8c1c88c2db8a4 (diff) | |
parent | a274c78c26557826cd767fcfe079437dadbd182e (diff) | |
download | rails-f1a3d4876f625f342a84b5dd43f55274704c30f9.tar.gz rails-f1a3d4876f625f342a84b5dd43f55274704c30f9.tar.bz2 rails-f1a3d4876f625f342a84b5dd43f55274704c30f9.zip |
Merge pull request #21450 from amitsuroliya/minor_typo
typo fix [ci skip]
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index ba82713266..625299c113 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -16,7 +16,7 @@ After reading this guide, you will know: Ruby on Rails is not "someone else's framework." Over the years, hundreds of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation - all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches. As mentioned in [Rails -README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://github.com/rails/rails/blob/master/CODE_OF_CONDUCT.md). +README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://github.com/rails/rails/blob/master/CODE_OF_CONDUCT.md). -------------------------------------------------------------------------------- |