docs: "proeprties" -> "properties"

pull/2353/head
Pat Cavit 7 years ago committed by GitHub
parent e3c0887afc
commit 900bf0762d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -457,7 +457,7 @@ The following initialisation options can be provided:
| --- | --- | --- |
| `target` | **none** | An `HTMLElement` to render to. This option is required
| `anchor` | `null` | A child of `target` to render the component immediately before
| `props` | `{}` | An object of proeprties to supply to the component
| `props` | `{}` | An object of properties to supply to the component
| `hydrate` | `false` | See below
| `intro` | `false` | If `true`, will play transitions on initial render, rather than waiting for subsequent state changes
@ -547,4 +547,4 @@ const App = require('./App.svelte');
const { head, html, css } = App.render({
answer: 42
});
```
```

Loading…
Cancel
Save