Skip to content

Commit 616a70c

Browse files
jlara310samtstern
authored andcommitted
Typo (#18)
habe -> have
1 parent 88e1c40 commit 616a70c

File tree

1 file changed

+1
-1
lines changed
  • firestore/solution-deletes/functions

1 file changed

+1
-1
lines changed

firestore/solution-deletes/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports.mintAdminToken = functions.https.onCall((data, context) => {
2828
/**
2929
* Initiate a recursive delete of documents at a given path.
3030
*
31-
* The calling user must be authenticated and habe the custom "admin" attribute
31+
* The calling user must be authenticated and have the custom "admin" attribute
3232
* set to true on the auth token.
3333
*
3434
* This delete is NOT an atomic operation and it's possible

0 commit comments

Comments
 (0)