aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-21 00:36:31 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-21 00:36:31 -0700
commit7bcffb5799dd6e6a2e537f259e2eb10b77b9901b (patch)
tree5875eabd4d6827d24a75caa90c4dafb5e52d8223 /guides/source/contributing_to_ruby_on_rails.md
parent87e10ca33910075dc39333a4c9fa7b02e3480298 (diff)
downloadrails-7bcffb5799dd6e6a2e537f259e2eb10b77b9901b.tar.gz
rails-7bcffb5799dd6e6a2e537f259e2eb10b77b9901b.tar.bz2
rails-7bcffb5799dd6e6a2e537f259e2eb10b77b9901b.zip
Oops, missed a closing bracket [ci skip]
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 7b2eaed900..4eb360cc7a 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -193,7 +193,7 @@ Now get busy and add/edit code. You're on your branch now, so you can write what
* Update the (surrounding) documentation, examples elsewhere, and the guides: whatever is affected by your contribution.
-TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted (read more about [our rationales behind this decision](https://github.com/rails/rails/pull/13771#issuecomment-32746700).
+TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted (read more about [our rationales behind this decision](https://github.com/rails/rails/pull/13771#issuecomment-32746700)).
#### Follow the Coding Conventions