We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df85be commit a7ca142Copy full SHA for a7ca142
firestore/main/index.js
@@ -275,7 +275,7 @@ function updateDocumentIncrement(db) {
275
// ...
276
var washingtonRef = db.collection('cities').doc('DC');
277
278
- // Atomically incrememnt the population of the city by 50.
+ // Atomically increment the population of the city by 50.
279
// Note that increment() with no arguments increments by 1.
280
var popIncrement = washingtonRef.update({
281
population: admin.firestore.FieldValue.increment(50)
0 commit comments