Skip to content

Commit 0a0c59c

Browse files
fix: fix minor grammar error
1 parent debc6b0 commit 0a0c59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/component-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ An object that contains the component's fallthrough attributes.
170170

171171
- **Details**
172172

173-
[Fallthrough Attributes](/guide/components/attrs.html) are attributes and event handlers passed by the parent component, but not declared as a prop or a emitted event by the child.
173+
[Fallthrough Attributes](/guide/components/attrs.html) are attributes and event handlers passed by the parent component, but not declared as a prop or an emitted event by the child.
174174

175175
By default, everything in `$attrs` will be automatically inherited on the component's root element if there is only a single root element. This behavior is disabled if the component has multiple root nodes, and can be explicitly disabled with the [`inheritAttrs`](./options-misc.html#inheritattrs) option.
176176

src/api/composition-api-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Registers a callback to be called after the component instance is removed from t
299299

300300
## onServerPrefetch() <sup class="vt-badge" data-text="SSR only" />
301301

302-
Registers a async function to be resolved before the component instance is to be rendered on the server.
302+
Registers an async function to be resolved before the component instance is to be rendered on the server.
303303

304304
- **Type**
305305

0 commit comments

Comments
 (0)