I'm very helpful
pull/2502/head
Scotty Simpson 7 years ago committed by GitHub
parent bf6bd36e38
commit 51454511c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ A component can specify *fallbacks* for any slots that are left empty, by puttin
</div>
```
We can now create instances of `<Box>` eithout any children:
We can now create instances of `<Box>` without any children:
```html
<Box>
@ -21,4 +21,4 @@ We can now create instances of `<Box>` eithout any children:
</Box>
<Box/>
```
```

Loading…
Cancel
Save