Skip to content

Commit 1d4906c

Browse files
committed
no to 'need to'
1 parent 3eb5eac commit 1d4906c

File tree

79 files changed

+164
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+164
-173
lines changed

_stylesheets/sass/settings/_origin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $pre-padding: .8em .8em .6em .8em;
4646
$list-side-margin: emCalc(24px);
4747
$definition-list-header-margin-bottom: emCalc(5px);
4848
$definition-list-margin-bottom: emCalc(20px);
49-
// FIXME need to account for nested definition list
49+
// FIXME must account for nested definition list
5050
//$definition-list-content-margin-left: 0;
5151

5252
// Blockquotes

applications/deployments/route-based-deployment-strategies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ above strategies.
4141

4242
The route-based deployment strategies do not scale the number of Pods in the
4343
services. To maintain desired performance characteristics the deployment
44-
configurations may need to be scaled.
44+
configurations might have to be scaled.
4545

4646
include::modules/deployments-proxy-shards.adoc[leveloffset=+1]
4747
include::modules/deployments-n1-compatibility.adoc[leveloffset=+1]

applications/deployments/what-deployments-are.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Deployments and DeploymentConfigs are enabled by the use of native Kubernetes
4040
API objects ReplicationControllers and ReplicaSets, respectively, as their
4141
building blocks.
4242

43-
Users do not need to manipulate ReplicationControllers, ReplicaSets, or Pods
43+
Users do not have to manipulate ReplicationControllers, ReplicaSets, or Pods
4444
owned by DeploymentConfigs or Deployments. The deployment systems ensures
4545
changes are propagated appropriately.
4646

4747
[TIP]
4848
====
4949
If the existing deployment strategies are not suited for your use case and you
50-
have the need to run manual steps during the lifecycle of your deployment, then
50+
must run manual steps during the lifecycle of your deployment, then
5151
you should consider creating a Custom deployment strategy.
5252
====
5353

authentication/configuring-internal-oauth.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc::[]
66

77
[IMPORTANT]
88
====
9-
Configuring these options will need to change because they're set in the master
9+
Configuring these options must change because they're set in the master
1010
config file now.
1111
====
1212

build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def reformat_for_drupal(info):
318318
distro = info['distro']
319319

320320
# Build a mapping of files to ids
321-
# Note: For all-in-one we need to collect ids from all books first
321+
# Note: For all-in-one we have to collect ids from all books first
322322
file_to_id_map = {}
323323
if info['all_in_one']:
324324
book_ids = []
@@ -941,9 +941,9 @@ def main():
941941

942942
# Copy the original data and reformat for drupal
943943
reformat_for_drupal(info)
944-
944+
945945
if has_errors:
946-
sys.exit(1)
946+
sys.exit(1)
947947

948948
if args.push:
949949
# Parse the repo urls

contributing_to_docs/create_or_edit_content.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ with the remote repository.
2828
====
2929
Because most changes in this repository must be committed to the `master`
3030
branch, the following process always uses `master` as the name of the source
31-
branch. If you need to use another branch as the source for your change, make
31+
branch. If you must use another branch as the source for your change, make
3232
sure that you consistently use that branch name instead of `master`
3333
====
3434

contributing_to_docs/doc_guidelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ even if you are linking to the same directory that you are writing in. This make
278278
operations to fix broken links much easier.
279279
280280
For example, if you are writing in *_architecture/core_concepts/deployments.adoc_* and you want to
281-
link to *_architecture/core_concepts/routes.adoc_* then you would need to include the path back to the first
281+
link to *_architecture/core_concepts/routes.adoc_* then you must include the path back to the first
282282
level of the assembly directory:
283283
284284
----
@@ -385,7 +385,7 @@ If you want to link to an image:
385385
image::<name_of_image>[image]
386386
----
387387

388-
You only need to specify `<name_of_image>`. The build mechanism automatically specifies the file path.
388+
You only have to specify `<name_of_image>`. The build mechanism automatically specifies the file path.
389389

390390
== Formatting
391391

@@ -401,7 +401,7 @@ For all of the system blocks including table delimiters, use four characters. Fo
401401
Code blocks are used to show examples of command screen outputs, or
402402
configuration files. When using command blocks, always use the actual values for
403403
any items that a user would normally replace. Code blocks should represent
404-
exactly what a customer would see on their screen. If you need to expand or
404+
exactly what a customer would see on their screen. If you must expand or
405405
provide information on what some of the contents of a screen output or
406406
configuration file represent, then use callouts to provide that information.
407407

@@ -561,7 +561,7 @@ This will render as such:
561561

562562
. Item 3
563563

564-
If you need to add any text, admonitions, or code blocks you need to add the continuous +, as shown in the example:
564+
If you must add any text, admonitions, or code blocks you have to add the continuous +, as shown in the example:
565565

566566
....
567567
. Item 1

contributing_to_docs/term_glossary.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ more on Operator naming.
322322

323323
Usage: Pod(s) as appropriate
324324

325-
Kubernetes object that groups related Docker containers that need to share
325+
Kubernetes object that groups related Docker containers that have to share
326326
network, filesystem, or memory together for placement on a node. Multiple
327327
instances of a Pod can run to provide scaling and redundancy.
328328

contributing_to_docs/tools_and_setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ ssh -T git@github.com
2626

2727
== Fork and clone the OpenShift documentation repository
2828
You must fork and set up the OpenShift documentation repository on your
29-
workstation so that you can create PRs and contribute. These steps only need to
29+
workstation so that you can create PRs and contribute. These steps must only
3030
be performed during initial setup.
3131

3232
1. Fork the https://github.com/openshift/openshift-docs repository into your

installing/uninstalling-existing-hosts.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)