Skip to content

Commit aab2b88

Browse files
authored
Update README.md
1 parent 0f24b0b commit aab2b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Demo extends Component {
2626
}}>Move your pointer to it.</button> )}
2727
</LayerContext>
2828

29-
<Layer id="lightbox">{(_, { content, top, left }) => // will be redered into <LayerStackMountPoint />
29+
<Layer id="lightbox">{(_, { content, top, left }) => // will be rendered into <LayerStackMountPoint />
3030
<div style={{ position: "fixed" }}>
3131
<div style={{
3232
top, left, position: "absolute",

0 commit comments

Comments
 (0)