From b34cfc4d2fcc7c1498f55f773a17d011afb9894b Mon Sep 17 00:00:00 2001 From: Dhilip Date: Tue, 15 Aug 2017 15:27:46 +0530 Subject: [PATCH] [minor] Grammar and typo [minor] Grammar and typo --- docs/user-guide/kubectl/v1.5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/kubectl/v1.5/README.md b/docs/user-guide/kubectl/v1.5/README.md index d280e192a3..18abdc4c8b 100644 --- a/docs/user-guide/kubectl/v1.5/README.md +++ b/docs/user-guide/kubectl/v1.5/README.md @@ -6,7 +6,7 @@ Static compilation of html from markdown including processing for grouping code \> bdocs-tab:kubectl Deployment Config to run 3 nginx instances (max rollback set to 10 revisions). -bdocs-tab:tab will be stripped during rendering and utilized to with CSS to show or hide the prefered tab. kubectl indicates the desired tab, since blockquotes have no specific syntax highlighting. +bdocs-tab:tab will be stripped during rendering and utilized to with CSS to show or hide the preferred tab. kubectl indicates the desired tab, since blockquotes have no specific syntax highlighting. \`\`\`bdocs-tab:kubectl_yaml apiVersion: extensions/v1beta1 @@ -38,7 +38,7 @@ With specific tokens on blockquotes and code blocks, the chunks can be placed ac Clone the repository, then add documents into documents directory. Modify the manifest.json to contain the document filenames in the order desired. The docs field is an array of objects with a filename key. -As a NodeJS program, a valid installation of node is required. Once node is installed, verify it can be run from command line. +As a NodeJS program, a valid installation of node is required. Once node is installed, verify if it can be run from command line. ``` node --version ```