fix typo in cloud_pubsub docs (#7815)

This commit is contained in:
Labesse Kévin 2020-07-10 17:34:56 +02:00 committed by GitHub
parent 413398d1a1
commit c90229deb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ and creates metrics using one of the supported [input data formats][].
### Configuration ### Configuration
```toml ```toml
[[inputs.pubsub]] [[inputs.cloud_pubsub]]
## Required. Name of Google Cloud Platform (GCP) Project that owns ## Required. Name of Google Cloud Platform (GCP) Project that owns
## the given PubSub subscription. ## the given PubSub subscription.
project = "my-project" project = "my-project"