Skip to content

Commit 829760e

Browse files
authored
docs: typo (#1362)
1 parent ba523fe commit 829760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/realtime-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ prise.toDate() // Tue Jul 14 1789
209209

210210
### References (Firestore only)
211211

212-
In Firestore you can store [Nested References](https://firebase.google.com/docs/firestore/manage-data/structure-data). You can think of this as pointers to Documents within a Document. VueFire automatically bind References found in Collections and Documents. This also works for nested references (References found in bound References). By default, VueFire will stop at that level (2 level nesting) but you can change that with `maxRefDepth`.
212+
In Firestore you can store [Nested References](https://firebase.google.com/docs/firestore/manage-data/structure-data). You can think of this as pointers to Documents within a Document. VueFire automatically binds References found in Collections and Documents. This also works for nested references (References found in bound References). By default, VueFire will stop at that level (2 level nesting) but you can change that with `maxRefDepth`.
213213

214214
Given some _users_ with _documents_ that are being viewed by other _users_. This could be **users/1**:
215215

0 commit comments

Comments
 (0)