aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index 39bc5d7291..5d0bc01fee 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -643,7 +643,7 @@ s = "".html_safe
s.html_safe? # => true
</ruby>
-It is important to understand that +html_safe+ performs no escaping whatsover, it is just an assertion:
+It is important to understand that +html_safe+ performs no escaping whatsoever, it is just an assertion:
<ruby>
s = "<script>...</script>".html_safe