aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-10-04 09:33:52 -0700
committerGitHub <noreply@github.com>2018-10-04 09:33:52 -0700
commite156fc125bfc13db17efbadd502d8d2e7591d0fa (patch)
tree724ad64475861dd2f5f88aacf14d08e9c13341e3
parent1fdf6b6057a109eb843b40e7a0df2c046ab21782 (diff)
parent242dbfc23dfe6c8340d96932fbff21123a3f1b9c (diff)
downloadrails-e156fc125bfc13db17efbadd502d8d2e7591d0fa.tar.gz
rails-e156fc125bfc13db17efbadd502d8d2e7591d0fa.tar.bz2
rails-e156fc125bfc13db17efbadd502d8d2e7591d0fa.zip
Merge pull request #14 from hakusaro/add-sanitized-word
Add "sanitized" to the readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98fd7a8f68..522ffbb79d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Then refer to this field in the form for the model:
<% end %>
```
-And finally display the rich text on a page:
+And finally display the sanitized rich text on a page:
```erb
<%= @message.content %>