Skip to content

Commit a7ca142

Browse files
authored
Typo
1 parent 9df85be commit a7ca142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function updateDocumentIncrement(db) {
275275
// ...
276276
var washingtonRef = db.collection('cities').doc('DC');
277277

278-
// Atomically incrememnt the population of the city by 50.
278+
// Atomically increment the population of the city by 50.
279279
// Note that increment() with no arguments increments by 1.
280280
var popIncrement = washingtonRef.update({
281281
population: admin.firestore.FieldValue.increment(50)

0 commit comments

Comments
 (0)