From fd7d1b5ad918f00a3ace48cdfe195525ddc8b9c6 Mon Sep 17 00:00:00 2001 From: Ashley Hardin Date: Tue, 10 Dec 2019 17:52:55 -0500 Subject: [PATCH] Replace don't with do not --- modules/images-create-metadata-define.adoc | 4 ++-- modules/images-create-metadata.adoc | 7 ++----- modules/nodes-cluster-overcommit-node-memory.adoc | 2 +- modules/templates-rails-creating-frontend-service.adoc | 2 +- modules/templates-rails-creating-welcome-page.adoc | 2 +- modules/templates-writing-parameters.adoc | 2 +- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/modules/images-create-metadata-define.adoc b/modules/images-create-metadata-define.adoc index d334cc5670..0a836f003b 100644 --- a/modules/images-create-metadata-define.adoc +++ b/modules/images-create-metadata-define.adoc @@ -45,9 +45,9 @@ LABEL io.openshift.tags mongodb,mongodb24,nosql |`*io.openshift.wants*` |Specifies a list of tags that the generation tools and the UI might use to -provide relevant suggestions if you don't have the container images with given tags +provide relevant suggestions if you do not have the container images with given tags already. For example, if the container image wants `mysql` and `redis` and you -don't have the container image with `redis` tag, then UI might suggest you to add +do not have the container image with `redis` tag, then UI might suggest you to add this image into your deployment. ==== diff --git a/modules/images-create-metadata.adoc b/modules/images-create-metadata.adoc index 81ea1a3a5c..e45292f8bc 100644 --- a/modules/images-create-metadata.adoc +++ b/modules/images-create-metadata.adoc @@ -54,9 +54,9 @@ LABEL io.openshift.tags mongodb,mongodb24,nosql |`*io.openshift.wants*` |Specifies a list of tags that the generation tools and the UI might use to -provide relevant suggestions if you don't have the container images with given tags +provide relevant suggestions if you do not have the container images with given tags already. For example, if the container image wants `mysql` and `redis` and you -don't have the container image with `redis` tag, then UI might suggest you to add +do not have the container image with `redis` tag, then UI might suggest you to add this image into your deployment. ==== @@ -106,6 +106,3 @@ LABEL io.openshift.min-cpu 4 ---- ==== |=== - - - diff --git a/modules/nodes-cluster-overcommit-node-memory.adoc b/modules/nodes-cluster-overcommit-node-memory.adoc index 422cbe41f5..df87f58240 100644 --- a/modules/nodes-cluster-overcommit-node-memory.adoc +++ b/modules/nodes-cluster-overcommit-node-memory.adoc @@ -10,7 +10,7 @@ You can use the `qos-reserved` parameter to specify a percentage of memory to be by a pod in a particular QoS level. This feature attempts to reserve requested resources to exclude pods from lower OoS classes from using resources requested by pods in higher QoS classes. -By reserving resources for higher QOS levels, pods that don't have resource limits are prevented from encroaching on the resources +By reserving resources for higher QOS levels, pods that do not have resource limits are prevented from encroaching on the resources requested by pods at higher QoS levels. .Prerequisites diff --git a/modules/templates-rails-creating-frontend-service.adoc b/modules/templates-rails-creating-frontend-service.adoc index eb8ffae7ef..30b3d8ace5 100644 --- a/modules/templates-rails-creating-frontend-service.adoc +++ b/modules/templates-rails-creating-frontend-service.adoc @@ -84,6 +84,6 @@ by running the database migration script. There are two ways you can do this: ---- + If you are running your Rails application in a `development` or `test` -environment you don't have to specify the `RAILS_ENV` environment variable. +environment you do not have to specify the `RAILS_ENV` environment variable. + * By adding pre-deployment lifecycle hooks in your template. diff --git a/modules/templates-rails-creating-welcome-page.adoc b/modules/templates-rails-creating-welcome-page.adoc index 0fc2e6c34a..5ebe4d3a02 100644 --- a/modules/templates-rails-creating-welcome-page.adoc +++ b/modules/templates-rails-creating-welcome-page.adoc @@ -39,4 +39,4 @@ $ rails server ---- + You should see your page by visiting *http://localhost:3000* in your browser. -If you don't see the page, check the logs that are output to your server to debug. +If you do not see the page, check the logs that are output to your server to debug. diff --git a/modules/templates-writing-parameters.adoc b/modules/templates-writing-parameters.adoc index a1958d3f77..87ae1550b3 100644 --- a/modules/templates-writing-parameters.adoc +++ b/modules/templates-writing-parameters.adoc @@ -125,7 +125,7 @@ reference the parameter within the template. <5> A description of the parameter. Provide more detailed information for the purpose of the parameter, including any constraints on the expected value. Descriptions should use complete sentences to follow the console's text standards. -Don't make this a duplicate of the display name. +Do not make this a duplicate of the display name. <6> A default value for the parameter which will be used if the user does not override the value when instantiating the template. Avoid using default values for things like passwords, instead use generated parameters in combination with Secrets.