Skip to content

Commit 30dcbe4

Browse files
authored
docs: fixed typo "actuallyh" (#1272)
1 parent 5e6b6a3 commit 30dcbe4

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
@@ -263,7 +263,7 @@ In the example above, `documents` is an array of References. Let's look at the d
263263
}
264264
```
265265

266-
`documents.sharedWith.documents` end up as arrays of strings. Those strings are actuallyh _paths_ that can be passed to `doc()` as in `doc(db, 'documents/robin-book')` to get the actual reference to the document. By being a string instead of a Reference, it is possible to display a bound document with VueFire as plain text.
266+
`documents.sharedWith.documents` end up as arrays of strings. Those strings are actually _paths_ that can be passed to `doc()` as in `doc(db, 'documents/robin-book')` to get the actual reference to the document. By being a string instead of a Reference, it is possible to display a bound document with VueFire as plain text.
267267

268268
It is possible to customize this behavior by providing a [`maxRefDepth` option](../api/interfaces/UseDocumentOptions.md#maxrefdepth):
269269

0 commit comments

Comments
 (0)