From e2f2487c39361fbfd549e74e9518bb2f4fc9a2ea Mon Sep 17 00:00:00 2001 From: Dhilip Date: Tue, 15 Aug 2017 15:29:29 +0530 Subject: [PATCH] [minor] Grammar and typo [minor] Grammar and typo --- docs/user-guide/kubectl/v1.6/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/kubectl/v1.6/README.md b/docs/user-guide/kubectl/v1.6/README.md index f6799c18b9..18abdc4c8b 100644 --- a/docs/user-guide/kubectl/v1.6/README.md +++ b/docs/user-guide/kubectl/v1.6/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 ``` @@ -66,4 +66,4 @@ Apache License Version 2.0 ## FAQ Q: Why is it named brodocs? -A: This project was born out of a collaboration with my brother to create a suitable docs app for his purposes. It was a fun name for the the two of us to use as actual brothers. \ No newline at end of file +A: This project was born out of a collaboration with my brother to create a suitable docs app for his purposes. It was a fun name for the the two of us to use as actual brothers.