From 8cf6b54e77ccc4347cee4ffa4098fc608a968199 Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Thu, 5 Oct 2017 19:50:23 -0400 Subject: [PATCH] Fixes issue #5036 (#5785) Signed-off-by: Brad Topol --- docs/home/contribute/style-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/home/contribute/style-guide.md b/docs/home/contribute/style-guide.md index 38575713be..5fd702c860 100644 --- a/docs/home/contribute/style-guide.md +++ b/docs/home/contribute/style-guide.md @@ -75,6 +75,14 @@ represents. Open the /_data/concepts.yaml file.Open the /_data/concepts.yaml file. +### Use the international standard for punctuation inside quotes + + + + + +
DoDon't
events are recorded with an associated "stage".events are recorded with an associated "stage."
The copy is called a "fork".The copy is called a "fork."
+ ## Inline code formatting ### Use code style for inline code and commands