Skip to content

Commit 8c96d8f

Browse files
fix typo and grammar mistakes (#1884)
* fix: fix typo * fix: fix minor grammar error
1 parent ffe760d commit 8c96d8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

src/partners/components/PartnerHero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { title = 'Vue Partners' } = defineProps<{ title?: string }>()
66
<div class="PartnerHero">
77
<h1 class="title">{{ title }}</h1>
88
<p class="lead">
9-
Vue Partners are Vue-team endorsed angencies that provide first-class
9+
Vue Partners are Vue-team endorsed agencies that provide first-class
1010
Vue consulting and development services. If your company is
1111
interested in being listed as a partner, please
1212
<a href="https://airtable.com/shrCQhat57SApJI2l" target="_blank"

0 commit comments

Comments
 (0)