From 50f5219b6a74b5eb5a81bb240b9819352e236c9a Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Mon, 14 Aug 2017 22:07:20 +0530 Subject: [PATCH] Fix typo and grammatical issue (#62) Fix typo and grammatical issue in Example Guidelines --- guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines.md b/guidelines.md index f03fb9e5..bc35a74f 100644 --- a/guidelines.md +++ b/guidelines.md @@ -36,7 +36,7 @@ Examples are not: cloudprovider with external load balancers, etc. * Point to general documentation about alternatives for those mechanisms rather than present the alternatives in each example. - * Tries to balance between using using new features, and being + * Tries to balance between using new features, and being compatible across environments. ### Throughout @@ -67,7 +67,7 @@ Examples are not: * Only use the code highlighting types [supported by Rouge](https://github.com/jneen/rouge/wiki/list-of-supported-languages-and-lexers), as this is what GitHub Pages uses. -* Commands to be copied use the `shell` syntax highlighting type, and +* Commands to be copied using the `shell` syntax highlighting type, and do not include any kind of prompt. * Example output is in a separate block quote to distinguish it from the command (which doesn't have a prompt).