Skip to content

Commit 2f343e1

Browse files
authored
docs: fix typo (native-html#35)
1 parent 4b616c5 commit 2f343e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/iframe-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ import {useHtmlIframeProps, HTMLIframe, iframeModel} from '@native-html/iframe-p
137137
const IframeRenderer = function IframeRenderer(props) {
138138
const iframeProps = useHtmlIframeProps(props);
139139
// Do customize the props here; wrap with your own container...
140-
return iframeProps ? <HTMLIframe {..iframeProps} /> : null;
140+
return iframeProps ? <HTMLIframe {...iframeProps} /> : null;
141141
};
142142

143143
const renderers = {

0 commit comments

Comments
 (0)