Skip to content

Commit b589d97

Browse files
authored
Fix wording (#2165)
1 parent a67f1c5 commit b589d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const { location, updateLocation } = inject('location')
274274
</template>
275275
```
276276

277-
Finally, you can wrap the provided value with [`readonly()`](/api/reactivity-core.html#readonly) if you want to ensure that the data passed through `provide` cannot be mutated by the injected component.
277+
Finally, you can wrap the provided value with [`readonly()`](/api/reactivity-core.html#readonly) if you want to ensure that the data passed through `provide` cannot be mutated by the injector component.
278278

279279
```vue
280280
<script setup>

0 commit comments

Comments
 (0)