Skip to content

Commit 38d84dc

Browse files
authored
Update getting-started.md (#1381)
Changed "Note exporting..." to "Note that exporting..." to make it more comprehensible
1 parent f7a9251 commit 38d84dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const todosRef = collection(db, 'todos')
6161

6262
</FirebaseExample>
6363

64-
Note exporting Database and Firestore isn't necessary as you can always access Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
64+
Note that exporting Database and Firestore isn't necessary as you can always access Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
6565

6666
::: tip
6767
Note that we will refer to `database` and `firestore` as `db` in examples where only one of them is used.

0 commit comments

Comments
 (0)