Skip to content

Commit 9bc0bbc

Browse files
authored
Fix typo (#908)
1 parent 9c549fc commit 9bc0bbc

File tree

1 file changed

+1
-1
lines changed
  • quickstarts/uppercase-firestore/functions

1 file changed

+1
-1
lines changed

quickstarts/uppercase-firestore/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// [START all]
1919
// [START import]
20-
// The Cloud Functions for Firebase SDK to create Cloud Functions and setup triggers.
20+
// The Cloud Functions for Firebase SDK to create Cloud Functions and set up triggers.
2121
const functions = require('firebase-functions');
2222

2323
// The Firebase Admin SDK to access Firestore.

0 commit comments

Comments
 (0)