Fix Typos In GCF Labels Section

This commit is contained in:
Jason Butz 2018-03-02 09:56:05 -05:00 committed by GitHub
parent 87af47a75e
commit 2cbfa8df66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ Labels can be applied globally, to all functions in your configuration file, and
provider:
name: google
labels:
application: Severless Example
application: Serverless Example
functions:
first:
@ -129,7 +129,7 @@ functions:
```
With the above configuration the `httpFirst` function would have two labels applied, `application` and `team`.
The value of the `application` label would be `Severless Example`, the value of the `team` label would be `GCF Team`.
The value of the `application` label would be `Serverless Example`, the value of the `team` label would be `GCF Team`.
The `httpSecond` function would have only one label applied, `application`, and it would have a value of `Serverless Example - Documentation`.