aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-05-17 19:11:47 +1000
committerRyan Bigg <radarlistener@gmail.com>2012-05-17 19:56:57 +1000
commita99417be2d28a703e9ffc45503d48dbdbfb1e1ef (patch)
tree9205ef7ec064d2fa0eb8909f2b987b61cbd79a5a /guides
parent00dce8500952256965723697bb308d0aea7719fd (diff)
downloadrails-a99417be2d28a703e9ffc45503d48dbdbfb1e1ef.tar.gz
rails-a99417be2d28a703e9ffc45503d48dbdbfb1e1ef.tar.bz2
rails-a99417be2d28a703e9ffc45503d48dbdbfb1e1ef.zip
[getting started] dabase -> database
Diffstat (limited to 'guides')
-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 6051b43bd3..457d0caa9d 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -1098,7 +1098,7 @@ end
</ruby>
You can call +destroy+ on Active Record objects when you want to delete
-them from the dabase. Note that we don't need to add a view for this
+them from the database. Note that we don't need to add a view for this
action since we're redirecting to the +index+ action.
Finally, add a 'destroy' link to your +index+ action to wrap everything