Skip to content

Commit

Permalink
docs(firestore): fix typo in FieldValue example (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Mar 9, 2021
1 parent c051571 commit 038063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ export namespace FirebaseFirestoreTypes {
* ```js
* const increment = firebase.firestore.FieldValue.increment(1);
*
* await firebase.firestore().doc('users/alovelace).update({
* await firebase.firestore().doc('users/alovelace').update({
* age: increment, // increment age by 1
* });
* ```
Expand Down

1 comment on commit 038063e

@vercel
Copy link

@vercel vercel bot commented on 038063e Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.