aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Levenson <dleve123@gmail.com>2015-05-23 18:51:13 -0400
committerDaniel Levenson <dleve123@gmail.com>2015-05-23 18:53:21 -0400
commit1cb94077d99db2880c6ebff464d2ecc805de616f (patch)
treeadaecd4fa50856b1fbfcbf2dc15533fb9ab3c142
parentc10630b642bc6dc77b719385d6ba6a1569a6e739 (diff)
downloadrails-1cb94077d99db2880c6ebff464d2ecc805de616f.tar.gz
rails-1cb94077d99db2880c6ebff464d2ecc805de616f.tar.bz2
rails-1cb94077d99db2880c6ebff464d2ecc805de616f.zip
Reword a sentence about GH Issues in contributing guide.
[skip ci] "Everyone's Issues" read pretty weird to me, specifically the use of capitalization. I changed the link text to be "issue list", which seems to better "go with the flow", IMHO.
-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 39a9826f21..860702a12f 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -79,7 +79,7 @@ discussions new features require.
Helping to Resolve Existing Issues
----------------------------------
-As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the [Everyone's Issues](https://github.com/rails/rails/issues) list in GitHub Issues, you'll find lots of issues already requiring attention. What can you do for these? Quite a bit, actually:
+As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the [issues list](https://github.com/rails/rails/issues) in GitHub Issues, you'll find lots of issues already requiring attention. What can you do for these? Quite a bit, actually:
### Verifying Bug Reports