Skip to content

Commit 63c23ba

Browse files
fixed a typo (#1536)
1 parent 8dda0d8 commit 63c23ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Declare properties to inject into the current component by locating them from an
8686
- The `from` property is the key (string or Symbol) to search for in available injections, and
8787
- The `default` property is used as fallback value. Similar to props default values, a factory function is needed for object types to avoid value sharing between multiple component instances.
8888
89-
An injected property will be `undefined` is neither a matching property nor a default value was provided.
89+
An injected property will be `undefined` if neither a matching property nor a default value was provided.
9090
9191
Note that injected bindings are NOT reactive. This is intentional. However, if the injected value is a reactive object, properties on that object do remain reactive. See [Working with Reactivity](/guide/components/provide-inject.html#working-with-reactivity) for more details.
9292

0 commit comments

Comments
 (0)