Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
`containing` was spelled wrong.
  • Loading branch information
levidurfee committed Nov 7, 2017
1 parent aaf4572 commit d635a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-thumbnail/README.md
Expand Up @@ -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.

0 comments on commit d635a6c

Please sign in to comment.