Skip to content

Commit 17f7d7d

Browse files
Inclusive Lang
1 parent 2670dfa commit 17f7d7d

12 files changed

+21
-22
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,20 @@ List of terms that we want to use consistently in the doc:
3535
Because **master** is the latest and greatest documentation, the process would be to cut a **x.x** branch
3636
for the version that **master** was targeting during that time.
3737

38-
After this point, **master** will then be the target for the next version of this product.
38+
After this point, **master** will be the target for the next version of this product.
3939

4040
## Partials
4141

4242
Cross-product partials for these docs are single sourced from the [Docs Partials](https://github.com/pivotal-cf/docs-partials) repository.
4343

4444
## Contributing to Documentation
4545

46-
If there is some documentation to add for an unreleased patch version of these docs, then create a branch off of the live branch
46+
If there is some documentation to add for an unreleased patch version of these docs, create a branch off of the live branch
4747
you intend to edit and create a pull request against that branch.
4848
After the version that change is targeting is released, the pull request can be merged and will be live
4949
the next time a documentation deployment occurs.
5050

51-
If the documentation is meant to be target several released versions,
52-
then you must:
51+
If the documentation is meant to be target several released versions, you must:
5352

5453
- create a pull request for each individual minor version
5554
- or ask the technical writer to cherry-pick to particular branches/versions.

concourse.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ A typical CI pipeline for a tile consists of the following jobs:
262262
- Run a set of deployment tests to verify that it deployed and works correctly
263263
- Remove it from <%= vars.platform_name %>
264264

265-
You describe this pipeline in a `pipeline.yml` file that is then uploaded to the
265+
You describe this pipeline in a `pipeline.yml` file that is uploaded to the
266266
Concourse server. [Tile Generator](tile-generator.html) contains a sample
267267
pipeline that you can clone for your own tile. We are working on automating
268268
the process of generating a pipeline template for you.

migrating-syslog-configuration.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ By enabling the Ops Manager syslog feature, Ops Manager:
8686
<td>text</td>
8787
<td>No</td>
8888
<td>Additional configuration for rsyslog written in the rainerscript syntax.
89-
For example, <code>if ($app-name startswith "exampleComponent") then stop</code>
89+
For example, <code> ($app-name startswith "exampleComponent") and stop</code>
9090
This code drops all traffic from a particular component.
9191
The entered configuration is applied before the forwarding rule.</td>
9292
</tr>

on-demand.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The on-demand services SDK provides a generic on-demand service broker (ODB) tha
2323

2424
The on-demand service author does not write a service broker. Instead, they write a service adapter component that takes requests from the ODB and interfaces with their service software to fulfill requests from the ODB.
2525

26-
To create their tile, the tile author then feeds their service adapter and the BOSH release of the ODB to [Tile Generator](./tile-generator.html).
26+
To create their tile, the tile author feeds their service adapter and the BOSH release of the ODB to [Tile Generator](./tile-generator.html).
2727

2828
* [On-demand services SDK](https://docs.pivotal.io/svc-sdk/odb/) documentation explains how to write a service adapter for an on-demand service that uses the ODB.
2929

releases.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create a new Closed Beta release for your product:
5353

5454
1. Clearly state in the release description that the product cannot be upgraded, and that your users may experience data loss.
5555

56-
1. Email your <%= vars.company_name %> contact to request product validation and Closed Beta release. Provide basic instructions on how to validate the new feature set. <%= vars.company_name %> will verify that the release meets all requirements, then make it accessible to invited customers.
56+
1. Email your <%= vars.company_name %> contact to request product validation and Closed Beta release. Provide basic instructions on how to validate the new feature set. <%= vars.company_name %> will verify that the release meets all requirements, make it accessible to invited customers.
5757

5858
## <a id='public-beta'></a>Phase 3: Public Beta
5959

ssi-creds-tiledev.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ job_types:
150150

151151
## <a id="step4"></a> Step 4: Store binding credentials in runtime CredHub
152152

153-
When the CC receives a request to bind a service instance to an app, it forwards the request to the service broker. The service broker then returns the binding credentials that allow access to the service.
153+
When the CC receives a request to bind a service instance to an app, it forwards the request to the service broker. The service broker returns the binding credentials that allow access to the service.
154154

155155
To activate your service broker to store binding credentials in runtime CredHub and make them SSI credentials, do the following:
156156

stages.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A brokered service runs external to <%= vars.app_runtime_abbr %>, but has a tile
3737
VMware Tanzu Network designates brokered services by including "Service Broker for VMware Tanzu" in the name.
3838

3939
Operators install, configure, and upgrade the tile through the Ops Manager
40-
Installation Dashboard. Developers can then see your service plans and create
40+
Installation Dashboard. Developers can see your service plans and create
4141
service instances in Apps Manager, or by running `cf marketplace` and
4242
`cf create-service` from the command-line.
4343

tile-basics.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The service broker works by providing an API which the Cloud Controller calls to
1313

1414
In addition to providing an API, a service broker publishes a service catalog that may include multiple service plans, such as a free tier and a metered tier. Brokers register their service plans with the Cloud Controller to populate the Marketplace, which developers access with `cf marketplace` or through Apps Manager.
1515

16-
Cloud operators make software services available to developers by finding them on [VMware Tanzu Network](https://network.pivotal.io/) and then installing and configuring them through a tile interface in the Ops Manager **Installation Dashboard**. Installing a service tile creates a service broker, registers it with the Cloud Controller, and publishes the service plans that the broker offers. Developers can then create service instances in their spaces and bind them to their apps.
16+
Cloud operators make software services available to developers by finding them on [VMware Tanzu Network](https://network.pivotal.io/) and installing and configuring them through a tile interface in the Ops Manager **Installation Dashboard**. Installing a service tile creates a service broker, registers it with the Cloud Controller, and publishes the service plans that the broker offers. Developers can create service instances in their spaces and bind them to their apps.
1717

1818
See the following:
1919

tile-documentation.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Here's how to install and configure the tile. Typically this includes procedures
8181
- Upload the product file to your Ops Manager installation.
8282
- Click Add next to the uploaded product description in the Ops Manager Available Products view to add this product to your staging area.
8383
- Click the newly added tile to review any configurable options.
84-
- Click **Review Pending Changes**, then **Apply Changes** to install the service.
84+
- Click **Review Pending Changes**, and **Apply Changes** to install the service.
8585

8686
#### <a id='upgrading'></a> Upgrading to the uatest version
8787

tile-errands.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ broker de-registration. For example, VMware Tanzu SQL [MySQL] has a **Broker Der
155155
* Deletes the service broker from the Cloud Controller
156156

157157
When an operator chooses to delete the VMware Tanzu SQL [MySQL] product, Ops Manager first
158-
runs the **Broker Deregistrar** pre-delete errand, then deletes the product.
158+
runs the **Broker Deregistrar** pre-delete errand, and next deletes the product.
159159

160160
Pre-delete errands run by default. An operator can prevent a pre-delete errand from running by setting
161161
its [run rule](#run-rules) to **Off** under **Pending Changes** in the Ops Manager Installation

tile-generator.html.md.erb

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you to have intimate knowledge of all the tools involved.
1717

1818
Tile Generator takes your software components and a simple configuration file
1919
that provides the minimal amount of information to describe and customize your
20-
tile. It then creates everything that's required to deploy your software into
20+
tile. It creates everything that's required to deploy your software into
2121
<%= vars.platform_name %>:
2222

2323
- **BOSH errands** to deploy and delete your software, including blue/green
@@ -62,7 +62,7 @@ For a 7-minute introduction into what Tile Generator is and does, see
6262

6363
- Download the Tile Generator binary for your platform from
6464
[GitHub](https://github.com/cf-platform-eng/tile-generator/releases/latest),
65-
and then make it an executable file and available by running the following commands:
65+
and make it an executable file and available by running the following commands:
6666

6767
```
6868
chmod +x TILE-BINARY
@@ -122,7 +122,7 @@ initialize the directory as a tile repository by running the following commands:
122122
```
123123

124124
The generator first creates a BOSH release in the `release` subdirectory,
125-
then wraps that release into a tile, in the `product` subdirectory.
125+
and wraps that release into a tile, in the `product` subdirectory.
126126
If required for the installation, it automatically pulls down the latest
127127
release version of the Cloud Foundry CLI.
128128

@@ -243,7 +243,7 @@ Apps (including service brokers) that are being `cf push`ed into the
243243
```
244244

245245
For apps that are normally pushed as multiple files (node.js for example)
246-
zip up the project files plus all dependencies into a single ZIP file, then
246+
zip up the project files plus all dependencies into a single ZIP file, admin
247247
edit <code>tile.yml</code> to point to the zipped file:
248248

249249
```bash
@@ -252,7 +252,7 @@ zip -r resources/<your project name>.zip <list of file and dirs to include in th
252252
```
253253

254254
If your app is a service broker, use `app-broker` as the type instead of
255-
`app`. The app is then automatically registered as a broker on install,
255+
`app`. The app is automatically registered as a broker on install,
256256
and deleted on uninstall.
257257

258258
`health_check` lets you configure the value of the cf cli `--health_check_type`
@@ -439,7 +439,7 @@ bosh-release package's deployment manifest, you can include the
439439
Apps packaged as Docker images can be deployed inside or outside <%= vars.app_runtime_abbr %>.
440440
To push a Docker image as a CF app, use the *Pushed Application*
441441
format specified above, but use the `docker-app` or `docker-app-broker` type instead
442-
of `app` or `app-broker`. The Docker image to be used is then specified using
442+
of `app` or `app-broker`. The Docker image to be used is a specified using
443443
the `image` property:
444444

445445
```
@@ -650,7 +650,7 @@ feature:
650650

651651
You can specify any number of service names, optionally specifying a specific
652652
plan. During deployment, the generated tile creates an instance of each
653-
service if one does not already exist and then bind that instance to your
653+
service if one does not already exist and bind that instance to your
654654
package.
655655

656656
Service instances provisioned this way survive updates, but are deleted
@@ -786,7 +786,7 @@ tile build <old-version>
786786
tile build <new-version>
787787
```
788788

789-
The new tile then supports upgrades from `old-version`.
789+
The new tile supports upgrades from `old-version`.
790790

791791

792792
## <a id="upgrades"></a> Upgrades

tile-reference/property-blueprints/_disk-type-dropdown.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This holds a single string value selected from allowed disk types.
4444
megabytes, for example, “1024”. If the operator specifies no value or “Automatic”,
4545
then this returns the smallest disk that is greater than the <code>default</code>
4646
value specified in <code>resource_definitions</code>.
47-
If no default was specified, then this returns the smallest disk in the catalog.
47+
If no default was specified, this returns the smallest disk in the catalog.
4848
</td>
4949
</tr>
5050
<tr>

0 commit comments

Comments
 (0)