Skip to content

Commit 6eef3d7

Browse files
committed
docs (#82): use different terminology to avoid confusion
1 parent 18fa2bf commit 6eef3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ A non-prop attribute is an attribute that is passed to a component, but does not
244244

245245
### Attribute Inheritance
246246

247-
When a component returns a single root node, non-prop attributes will automatically be added to the root node's props. For example, in the instance of a date-picker component:
247+
When a component returns a single root node, non-prop attributes will automatically be added to the root node's attributes. For example, in the instance of a date-picker component:
248248

249249
```js
250250
app.component('date-picker', {

0 commit comments

Comments
 (0)