Skip to content

Commit ad2f0ac

Browse files
committed
typo fix
1 parent be5aee8 commit ad2f0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/reference_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ export function onSnapshot<AppModelType, DbModelType extends DocumentData>(
699699
* @param firestore - The {@link Firestore} instance to enable persistence for.
700700
* @param snapshotJson - A JSON object generated by invoking {@link DocumentSnapshot.toJSON}.
701701
* @param onNext - A callback to be called every time a new `DocumentSnapshot` is available.
702-
* @param onError - A callback to be called if the listen fails or is cancelled. No fruther
702+
* @param onError - A callback to be called if the listen fails or is cancelled. No further
703703
* callbacks will occur.
704704
* @param onCompletion - Can be provided, but will not be called since streams are
705705
* never ending.

0 commit comments

Comments
 (0)