Skip to content

Commit 5f34ecc

Browse files
anishknysamtstern
authored andcommitted
basic_wildcard: Fix typo (#26)
1 parent 40b8cb9 commit 5f34ecc

File tree

1 file changed

+1
-1
lines changed
  • firestore/extend-with-functions/functions

1 file changed

+1
-1
lines changed

firestore/extend-with-functions/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function basicWildcard() {
137137
exports.useWildcard = functions.firestore
138138
.document('users/{userId}')
139139
.onWrite((change, context) => {
140-
// If we set `/users/marie` to {name: "marie"} then
140+
// If we set `/users/marie` to {name: "Marie"} then
141141
// context.params.userId == "marie"
142142
// ... and ...
143143
// change.after.data() == {name: "Marie"}

0 commit comments

Comments
 (0)