aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorDamien Mathieu <42@dmathieu.com>2012-05-19 11:06:24 +0300
committerDamien Mathieu <42@dmathieu.com>2012-05-19 11:06:24 +0300
commit12b6307c89118bc1178fe8c24190c0fa559a9afa (patch)
tree677bed341d6337439dfc7fd6b5c958e5c5c6a90f /guides
parentbc8b7e036515dfa465f6fcf20e42d9950f42762c (diff)
downloadrails-12b6307c89118bc1178fe8c24190c0fa559a9afa.tar.gz
rails-12b6307c89118bc1178fe8c24190c0fa559a9afa.tar.bz2
rails-12b6307c89118bc1178fe8c24190c0fa559a9afa.zip
fix typo. probem => problem
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 19bd106ff0..e25dac22da 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -678,7 +678,7 @@ end
This change will ensure that all changes made through HTML forms can edit the content of the text and title fields.
It will not be possible to define any other field value through forms. You can still define them by calling the `field=` method of course.
-Accessible attributes and the mass assignment probem is covered in details in the "Security guide":security.html#mass-assignment
+Accessible attributes and the mass assignment problem is covered in details in the "Security guide":security.html#mass-assignment
h4. Adding Some Validation