From d635a6c4a053eebb5623b121f8073274a458fda9 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Mon, 6 Nov 2017 19:14:01 -0500 Subject: [PATCH] Fix spelling mistake `containing` was spelled wrong. --- generate-thumbnail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-thumbnail/README.md b/generate-thumbnail/README.md index b575f0d12..c7d1c8171 100644 --- a/generate-thumbnail/README.md +++ b/generate-thumbnail/README.md @@ -32,4 +32,4 @@ To deploy and test the sample: - Add the JSON service account credentials file to the **Functions** directory as **functions/service-account-credentials.json**. - Deploy your project using `firebase deploy` - Go to the Firebase Console **Storage** tab and upload an image. After a short time an thumbnail image with the same name but a `thumb_` prefix will be created in the same folder (make sure you refresh the UI to see the new file). - - Go to the Firebase Console **Database** tab and see that a child of `images` has been created contiaining the Signed URLs for both images. + - Go to the Firebase Console **Database** tab and see that a child of `images` has been created containing the Signed URLs for both images.