We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740b75f commit dd16b79Copy full SHA for dd16b79
src/vuefire/firestore.ts
@@ -51,7 +51,7 @@ export function _useFirestoreRef(
51
) {
52
let unbind!: UnbindType
53
54
- // TODO: allow passing pending and error refs as optios for when this is called using the options api
+ // TODO: allow passing pending and error refs as option for when this is called using the options api
55
const data = options.target || ref<unknown | null>(options.initialValue)
56
const pending = ref(true)
57
const error = ref<FirestoreError>()
0 commit comments