From b475550ebc6e1343ace80c4df9ffc076c67a0231 Mon Sep 17 00:00:00 2001 From: Larry Ullman Date: Sun, 12 Oct 2014 13:23:13 -0400 Subject: [PATCH] add note about tips/notes/warnings --- docs/documentation_style_guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation_style_guide.md b/docs/documentation_style_guide.md index 99861f52b3..1444f98f3b 100644 --- a/docs/documentation_style_guide.md +++ b/docs/documentation_style_guide.md @@ -27,6 +27,8 @@ Blocks use the Markdown `> Type: `. There are four block types: * `Info`, general information (an aside); not as strong as a "Note" * `Tip`, pro tips, extras, can be useful but may not be needed by everyone all the time +The sentence after the colon should begin with a capital letter. + ## References * Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)