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

pull/7738/head
lonevox 5 years ago committed by GitHub
parent 7d05e3c104
commit 7bf82db7f4

@ -2,7 +2,7 @@
title: Spread props 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 ```html
<Info {...pkg}/> <Info {...pkg}/>

Loading…
Cancel
Save