aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-17 20:32:33 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-17 20:32:33 +1000
commit39b3a10253439483b53c1665a72e0526fcf7551f (patch)
tree725a87bd24540b2e71ec20fec6757ad8f47e31bf /guides/source
parent9540747747c22b8b4812abf8f8cc1abcfca9d0a2 (diff)
downloadrails-39b3a10253439483b53c1665a72e0526fcf7551f.tar.gz
rails-39b3a10253439483b53c1665a72e0526fcf7551f.tar.bz2
rails-39b3a10253439483b53c1665a72e0526fcf7551f.zip
[getting started] add comma in 'First we will make a comment partial'
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index 1bf437f411..2768d782b4 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -1475,7 +1475,7 @@ use partials to clean it up.
h4. Rendering Partial Collections
-First we will make a comment partial to extract showing all the comments for the
+First, we will make a comment partial to extract showing all the comments for the
post. Create the file +app/views/comments/_comment.html.erb+ and put the
following into it: