From c8d68579ca2c4e32930701d046fb5d89b5d6110d Mon Sep 17 00:00:00 2001 From: Dhilip Date: Tue, 15 Aug 2017 15:30:54 +0530 Subject: [PATCH] [minor] Grammar and typo [minor] Grammar and typo --- docs/user-guide/kubectl/v1.7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kubectl/v1.7/README.md b/docs/user-guide/kubectl/v1.7/README.md index e8c00fe78d..18abdc4c8b 100644 --- a/docs/user-guide/kubectl/v1.7/README.md +++ b/docs/user-guide/kubectl/v1.7/README.md @@ -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 ```