site: change "on to" to "onto" in tutorial 03 (#5386)

pull/5396/head
lonevox 4 years ago committed by GitHub
parent d9364c4e9c
commit 3255f8b662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
title: Spread props
---
If you have an object of properties, you can 'spread' them on to a component instead of specifying each one:
If you have an object of properties, you can 'spread' them onto a component instead of specifying each one:
```html
<Info {...pkg}/>

Loading…
Cancel
Save