From 2cbfa8df66ceaf49434874b19cc6dfef6ce3d4c1 Mon Sep 17 00:00:00 2001 From: Jason Butz Date: Fri, 2 Mar 2018 09:56:05 -0500 Subject: [PATCH] Fix Typos In GCF Labels Section --- docs/providers/google/guide/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/google/guide/functions.md b/docs/providers/google/guide/functions.md index 9e1d6f9da..53c9ec7ab 100644 --- a/docs/providers/google/guide/functions.md +++ b/docs/providers/google/guide/functions.md @@ -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`.