diff --git a/docs/api/parent-props.md b/docs/api/parent-props.md index 12b6874c..9c5b9010 100644 --- a/docs/api/parent-props.md +++ b/docs/api/parent-props.md @@ -29,7 +29,7 @@ MyComponent({ ## cspNonce `string` -A CSP nonce that will be passed to any inline `script` or `style` tags rendered by zoid in the default `containerTemplate` or `prerenderTemplate` fumctions. +A CSP nonce that will be passed to any inline `script` or `style` tags rendered by zoid in the default `containerTemplate` or `prerenderTemplate` functions. ```javascript MyComponent({ diff --git a/docs/api/xprops.md b/docs/api/xprops.md index 4bf5e7b8..dd575acb 100644 --- a/docs/api/xprops.md +++ b/docs/api/xprops.md @@ -148,7 +148,7 @@ In the child window: console.log('The current color is', window.xprops.color); // red window.xprops.onProps(() => { - console.log('The current color is', window.xprops.color); // lue + console.log('The current color is', window.xprops.color); // blue }); ```