From d234191f0b457e6f13014fe045a63848a87679d2 Mon Sep 17 00:00:00 2001 From: shavidissa Date: Tue, 21 Aug 2018 23:42:10 +0530 Subject: [PATCH] Copyedit the page (#9999) * Copyedit the page A few minor updates were made. * Update conjuction Three options. The first (original) was OK, the second (change in this PR) was ambiguous, the third is a bit clearer. --- content/en/docs/contribute/style/write-new-topic.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/contribute/style/write-new-topic.md b/content/en/docs/contribute/style/write-new-topic.md index 34b3b42b5f..54cf554e6d 100644 --- a/content/en/docs/contribute/style/write-new-topic.md +++ b/content/en/docs/contribute/style/write-new-topic.md @@ -17,14 +17,13 @@ Create a fork of the Kubernetes documentation repository as described in ## Choosing a page type -As you prepare to write a new topic, think about which of these page types -is the best fit for your content: +As you prepare to write a new topic, think about the page type that would fit your content the best: - +
ConceptA concept page explains some aspect of Kubernetes. For example, a concept page might describe the Kubernetes Deployment object and explain the role it plays as an application is deployed, scaled, and updated. Typically, concept pages don't include sequences of steps, but instead provide links to tasks or tutorials. For an example of a concept topic, see Nodes.A concept page explains some aspect of Kubernetes. For example, a concept page might describe the Kubernetes Deployment object and explain the role it plays as an application while it is deployed, scaled, and updated. Typically, concept pages don't include sequences of steps, but instead provide links to tasks or tutorials. For an example of a concept topic, see Nodes.