Skip to content

Commit dc9a37f

Browse files
authored
docs: fix typo in guide/composition-api-provide-inject (#407)
1 parent 0a81ceb commit dc9a37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default {
232232
setup() {
233233
const userLocation = inject('location', 'The Universe')
234234
const userGeolocation = inject('geolocation')
235-
const updateUserLocation = inject('updateUserLocation')
235+
const updateUserLocation = inject('updateLocation')
236236
237237
return {
238238
userLocation,

0 commit comments

Comments
 (0)