diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-11-28 13:38:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 13:38:19 -0500 |
commit | 101e1d1ec83b70c5424d5c83109342b3686d01e7 (patch) | |
tree | ea6f706622edd6ce9e20e2d9c9ee1fda73cb0722 /guides/rails_guides/markdown | |
parent | 076d1621bbd8e254d66b6f47025961a1de16f30d (diff) | |
parent | 37cf9b34667965402e804d75a78ccdeeb7d55166 (diff) | |
download | rails-101e1d1ec83b70c5424d5c83109342b3686d01e7.tar.gz rails-101e1d1ec83b70c5424d5c83109342b3686d01e7.tar.bz2 rails-101e1d1ec83b70c5424d5c83109342b3686d01e7.zip |
Merge pull request #31264 from fatosmorina/fix_typos
Fix typos and add a few suggestions
Diffstat (limited to 'guides/rails_guides/markdown')
-rw-r--r-- | guides/rails_guides/markdown/renderer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides/markdown/renderer.rb b/guides/rails_guides/markdown/renderer.rb index 1f2fe91ea1..78820a7856 100644 --- a/guides/rails_guides/markdown/renderer.rb +++ b/guides/rails_guides/markdown/renderer.rb @@ -75,7 +75,7 @@ HTML # # It is important that we do not eat more than one newline # because formatting may be wrong otherwise. For example, - # if a bulleted list follows the first item is not rendered + # if a bulleted list follows, the first item is not rendered # as a list item, but as a paragraph starting with a plain # asterisk. body.gsub(/^(TIP|IMPORTANT|CAUTION|WARNING|NOTE|INFO|TODO)[.:](.*?)(\n(?=\n)|\Z)/m) do |