Skip to content

Commit 6a652df

Browse files
docs(firestore): Typo (#2849)
Typo, intrested => interested Co-authored-by: James Daniels <jamesdaniels@google.com>
1 parent b36b6a7 commit 6a652df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export class AppComponent {
260260

261261
### Limiting events
262262

263-
There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `modified`. Each streaming method listens to all three by default. However, you may only be intrested in one of these events. You can specify which events you'd like to use through the first parameter of each method:
263+
There are three `DocumentChangeType`s in Firestore: `added`, `removed`, and `modified`. Each streaming method listens to all three by default. However, you may only be interested in one of these events. You can specify which events you'd like to use through the first parameter of each method:
264264

265265
#### Basic example
266266

0 commit comments

Comments
 (0)