Skip to content

Commit c9cbaee

Browse files
authored
docs: fix typo and remove alpha warning (#1274)
1 parent 30dcbe4 commit c9cbaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/guide/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ npm install vuefire firebase
1414

1515
::: warning
1616

17-
VueFire requires Firebase JS SDK >= 9 but **is compatible with Vue 2 and Vue 3**. It's currently in alpha, make sure to check [the Roadmap](https://github.com/vuejs/vuefire/issues/1241) and report any issue you find.
17+
VueFire requires Firebase JS SDK >= 9 but **is compatible with Vue 2 and Vue 3**.
1818

1919
:::
2020

@@ -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 accessing Firebase services within your components with [`useFirebaseApp()` and other composables](./firebase-composables.md).
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).
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)