Skip to content

Commit 64d35c8

Browse files
authored
Update state-management.md (#1916)
Fix a grammatical mistake in documentation: `import it ~~from~~ **into** multiple components`.
1 parent f54aab3 commit 64d35c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In Options API, reactive data is declared using the `data()` option. Internally,
8181

8282
</div>
8383

84-
If you have a piece of state that should be shared by multiple instances, you can use [`reactive()`](/api/reactivity-core.html#reactive) to create a reactive object, and then import it from multiple components:
84+
If you have a piece of state that should be shared by multiple instances, you can use [`reactive()`](/api/reactivity-core.html#reactive) to create a reactive object, and then import it into multiple components:
8585

8686
```js
8787
// store.js

0 commit comments

Comments
 (0)