Fixed minor typos. (#1849)

Removed extraneous period and double quotes.
This commit is contained in:
Walter Poupore 2019-10-01 09:33:12 -07:00 committed by Knative Prow Robot
parent 504f4a8737
commit ec69cedbe1
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ kubectl edit cm -n knative-serving config-observability
``` ```
Copy `logging.request-log-template` from `data._example` field to`data` field in Copy `logging.request-log-template` from `data._example` field to`data` field in
the `ConfigMap` you are editing.. You can find detailed information in the `ConfigMap` you are editing. You can find detailed information in
`data._example` field to customize the request log format. `data._example` field to customize the request log format.
### Choose One Logging Backend ### Choose One Logging Backend
@ -196,7 +196,7 @@ To configure and setup monitoring:
- You want to send logs to another GCP project. - You want to send logs to another GCP project.
1. Follow the instructions in 1. Follow the instructions in
["Setting up a logging plugin"](./setting-up-a-logging-plugin.md#Configuring) [Setting up a logging plugin](./setting-up-a-logging-plugin.md#Configuring)
to configure the stackdriver components settings. to configure the stackdriver components settings.
1. Install Knative Stackdriver components by running the following command from 1. Install Knative Stackdriver components by running the following command from