diff options
author | dharmatech <wayo.cavazos@gmail.com> | 2011-09-12 12:05:15 -0500 |
---|---|---|
committer | dharmatech <wayo.cavazos@gmail.com> | 2011-09-12 12:05:15 -0500 |
commit | 70198fdb3614ef0299e848440df62d18b46a7f77 (patch) | |
tree | 878054a5897ac3feca43823185d90a0b41a6514c | |
parent | 21b4244d410bf5832b09f9b0bb06a12f8c886072 (diff) | |
download | rails-70198fdb3614ef0299e848440df62d18b46a7f77.tar.gz rails-70198fdb3614ef0299e848440df62d18b46a7f77.tar.bz2 rails-70198fdb3614ef0299e848440df62d18b46a7f77.zip |
getting_started.textile: Fix typos in section "Rendering a Partial Form"
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 1587b20c18..ae9a689678 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1453,7 +1453,7 @@ comment to a local variable named the same as the partial, in this case h4. Rendering a Partial Form -Lets also move that new comment section out to it's own partial, again, you +Let's also move that new comment section out to its own partial. Again, you create a file +app/views/comments/_form.html.erb+ and in it you put: <erb> |