From e779e763a79aaeb1fad387a40c56d86a33776514 Mon Sep 17 00:00:00 2001 From: Luke Schlangen Date: Sat, 11 Mar 2017 09:41:53 -0600 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0c8090d5..0aa26720d3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This quickstart sample demonstrates using **Cloud Functions** triggered by **Fir ### [Auth trigger quickstart: Welcome Email](/quickstarts/email-users) -This quickstart sample demonstrates using **Cloud Functions** triggered by **Firebase Auth events**. The functions sends a Welcome email when user accounts are created (or when users signs-in using an Identity Provider for the first time) and sends a Goodbye email when user accounts ares deleted. +This quickstart sample demonstrates using **Cloud Functions** triggered by **Firebase Auth events**. The functions sends a Welcome email when user accounts are created (or when users signs-in using an Identity Provider for the first time) and sends a Goodbye email when user accounts are deleted. ### [PubSub trigger quickstart: Hello World](/quickstarts/pubsub-helloworld)