aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorAlex Kitchens <alexcameron98@gmail.com>2016-10-17 16:31:01 -0500
committerAlex Kitchens <alexcameron98@gmail.com>2016-10-17 16:31:01 -0500
commitf6cc4f5648f7003a41f8e1c488a399abe4c73568 (patch)
tree0c75eb21d20c6efdbccef4aa90650f63c01f6cad /guides/source/contributing_to_ruby_on_rails.md
parent6aa378400218404f1002177f5457e296079ae255 (diff)
downloadrails-f6cc4f5648f7003a41f8e1c488a399abe4c73568.tar.gz
rails-f6cc4f5648f7003a41f8e1c488a399abe4c73568.tar.bz2
rails-f6cc4f5648f7003a41f8e1c488a399abe4c73568.zip
[ci skip] Fix typo in Guides: Contributing
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
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 5791e7a12a..830a546570 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -272,7 +272,7 @@ The above are guidelines - please use your best judgment in using them.
For changes that might have an impact on performance, please benchmark your
code and measure the impact. Please share the benchmark script you used as well
-as the results. You should consider including these information in your commit
+as the results. You should consider including this information in your commit
message, which allows future contributors to easily verify your findings and
determine if they are still relevant. (For example, future optimizations in the
Ruby VM might render certain optimizations unnecessary.)