From 91d486d04cfa715047bc6825b62f1205d1a7ddef Mon Sep 17 00:00:00 2001 From: Stuart Maleka <57833546+stuart201@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:18:57 +0300 Subject: [PATCH] Update getting-started.md Changed "Note exporting..." to "Note that exporting..." to make it more comprehensible --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 818903b9..621df936 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -61,7 +61,7 @@ export const todosRef = collection(db, 'todos') -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). +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). ::: tip Note that we will refer to `database` and `firestore` as `db` in examples where only one of them is used.