From fdd6e5ac5288abb72d6c62c3380fca5d2b2572a9 Mon Sep 17 00:00:00 2001 From: Michael William Boldt Date: Thu, 6 Oct 2016 10:13:30 -0500 Subject: [PATCH] Fix typo (Stardard -> Standard) --- docs/user-guide/writing-your-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/writing-your-docs.md b/docs/user-guide/writing-your-docs.md index 5791f094..d8e8b79d 100644 --- a/docs/user-guide/writing-your-docs.md +++ b/docs/user-guide/writing-your-docs.md @@ -223,7 +223,7 @@ last line should contain the same number of backtick characters (`` ` ``): ~~~no-highlight ``` -Fenced code blocks are like Stardard +Fenced code blocks are like Standard Markdown’s regular code blocks, except that they’re not indented and instead rely on start and end fence lines to delimit the