Skip to content

Commit dd16b79

Browse files
committed
chore: typo
1 parent 740b75f commit dd16b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuefire/firestore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function _useFirestoreRef(
5151
) {
5252
let unbind!: UnbindType
5353

54-
// TODO: allow passing pending and error refs as optios for when this is called using the options api
54+
// TODO: allow passing pending and error refs as option for when this is called using the options api
5555
const data = options.target || ref<unknown | null>(options.initialValue)
5656
const pending = ref(true)
5757
const error = ref<FirestoreError>()

0 commit comments

Comments
 (0)