Skip to content

Commit eba00f1

Browse files
bluPhykweinmeisterrsamborski
authored
fix typos on various READMEs (#9459)
* Update CONTRIBUTING.md * Several doc updates --------- Co-authored-by: Karl Weinmeister <[email protected]> Co-authored-by: Remigiusz Samborski <[email protected]>
1 parent 7fbcb58 commit eba00f1

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ See [AUTHORING_GUIDE.md](AUTHORING_GUIDE.md).
4545

4646
## Code Reviews
4747

48-
After meeting the above criteria, your code will need to be approved by two reviewers before it can be merged into main. One will be a [CODEOWNER](.github/CODEOWNERS) for the product you are contributing to, and the other will be a repo owner, there to double check for anything that might be detrimental to the overall repo health (things that could cause future tech debt, test flakiness, etc.). Both will automatically be assigned. Some product areas have mulitple folks who can act as the CODEOWNER, and you may be working more closely with a teammate who isn't the automatically assigned reviewer. In that case, it is perfectly fine to manually assign the teammate more familiar with this work as your CODEOWNER reviewer. If you do not hear from your repo owner reviewer within a day (and you know they are not OOO), send them a friendly ping so that you can better understand the review cadence for your PR. All the repo owners are juggling reviews alongside other work, and their velocities can vary, but they are happy to hear from you. If you see that your repo owner reviewer is OOO, you can use the "blunderbuss: assign" label to assign a new reviewer.
48+
After meeting the above criteria, your code will need to be approved by two reviewers before it can be merged into main. One will be a [CODEOWNER](.github/CODEOWNERS) for the product you are contributing to, and the other will be a repo owner, there to double check for anything that might be detrimental to the overall repo health (things that could cause future tech debt, test flakiness, etc.). Both will automatically be assigned. Some product areas have multiple folks who can act as the CODEOWNER, and you may be working more closely with a teammate who isn't the automatically assigned reviewer. In that case, it is perfectly fine to manually assign the teammate more familiar with this work as your CODEOWNER reviewer. If you do not hear from your repo owner reviewer within a day (and you know they are not OOO), send them a friendly ping so that you can better understand the review cadence for your PR. All the repo owners are juggling reviews alongside other work, and their velocities can vary, but they are happy to hear from you. If you see that your repo owner reviewer is OOO, you can use the "blunderbuss: assign" label to assign a new reviewer.

appengine/flexible/twilio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Refer to the [top-level README](../README.md) for instructions on running and de
2828
You can run the application locally to test the callbacks and SMS sending. You
2929
will need to set environment variables before starting your application:
3030

31-
$ export TWILIO_ACCOUNT_SID=[your-twilio-accoun-sid]
31+
$ export TWILIO_ACCOUNT_SID=[your-twilio-account-sid]
3232
$ export TWILIO_AUTH_TOKEN=[your-twilio-auth-token]
3333
$ export TWILIO_NUMBER=[your-twilio-number]
3434
$ python main.py

appengine/flexible_python37_and_earlier/twilio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Refer to the [top-level README](../README.md) for instructions on running and de
2828
You can run the application locally to test the callbacks and SMS sending. You
2929
will need to set environment variables before starting your application:
3030

31-
$ export TWILIO_ACCOUNT_SID=[your-twilio-accoun-sid]
31+
$ export TWILIO_ACCOUNT_SID=[your-twilio-account-sid]
3232
$ export TWILIO_AUTH_TOKEN=[your-twilio-auth-token]
3333
$ export TWILIO_NUMBER=[your-twilio-number]
3434
$ python main.py

composer/rest/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ To run this sample:
108108
109109
positional arguments:
110110
project_id Your Project ID.
111-
location Region of the Cloud Composer environent.
112-
composer_environment Name of the Cloud Composer environent.
111+
location Region of the Cloud Composer environment.
112+
composer_environment Name of the Cloud Composer environment.
113113
114114
optional arguments:
115115
-h, --help show this help message and exit

healthcare/api-client/v1/consent/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To run this sample:
155155
store.
156156
--export_format {FORMAT_UNSPECIFIED,consent,JSON_BIGQUERY_IMPORT}
157157
Specifies the output format. If the format is
158-
unspecified, thedefault functionality is to export to
158+
unspecified, the default functionality is to export to
159159
consent.
160160
--member MEMBER Member to add to IAM policy (e.g.
161161
"domain:example.com")

healthcare/api-client/v1/dicom/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ To run this sample:
139139
are published on
140140
--uri_prefix URI_PREFIX
141141
URI for a Google Cloud Storage directory to which
142-
result filesshould be written (e.g., "bucket-
142+
result files should be written (e.g., "bucket-
143143
id/path/to/destination/dir").
144144
--content_uri CONTENT_URI
145145
URI for a Google Cloud Storage directory from which
146-
filesshould be imported (e.g., "bucket-
146+
files should be imported (e.g., "bucket-
147147
id/path/to/destination/dir").
148148
--export_format {FORMAT_UNSPECIFIED,DICOM,JSON_BIGQUERY_IMPORT}
149149
Specifies the output format. If the format is
150-
unspecified, thedefault functionality is to export to
150+
unspecified, the default functionality is to export to
151151
DICOM.
152152
--member MEMBER Member to add to IAM policy (e.g.
153153
"domain:example.com")

iot/api-client/scripts/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To run this sample:
7878
7979
usage: iam.py [-h] topic_name
8080
81-
This application demonstrates how programatically grant access to the
81+
This application demonstrates how programmatically grant access to the
8282
Cloud IoT Core service account on a given PubSub topic.
8383
8484
For more information, see https://cloud.google.com/iot.

language/snippets/classify_text/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Google Cloud Natural Language API Python Samples
99

1010
This directory contains samples for Google Cloud Natural Language API. The `Google Cloud Natural Language API`_ provides natural language understanding technologies to developers.
1111

12-
This tutorial demostrates how to use the `classify_text` method to classify content category of text files, and use the result to compare texts by their similarity to each other. See the `tutorial page`_ for details about this sample.
12+
This tutorial demonstrates how to use the `classify_text` method to classify content category of text files, and use the result to compare texts by their similarity to each other. See the `tutorial page`_ for details about this sample.
1313

1414
.. _tutorial page: https://cloud.google.com/natural-language/docs/classify-text-tutorial
1515

0 commit comments

Comments
 (0)