From 900bf0762db1f3f9ad92e5c7f18a36ae9efb759b Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 1 Apr 2019 22:18:42 -0700 Subject: [PATCH] docs: "proeprties" -> "properties" --- site/content/docs/03-run-time.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index fe1c88532d..4f8ba20fd9 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -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 }); -``` \ No newline at end of file +```