Skip to content

Commit 7eb3ce9

Browse files
authored
Merge pull request #11 from hillkim/patch-1
DOC: Update readme
2 parents 28349d6 + 26b9c03 commit 7eb3ce9

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
@@ -133,7 +133,7 @@ const App = () => {
133133
{isOpen && (
134134
<Modal>
135135
<p>
136-
<button onClick={closePortal}>Close me!</button>, hit ESC or
136+
<button onClick={closeModal}>Close me!</button>, hit ESC or
137137
Cool Modal 😜
138138
</p>
139139
</Modal>

0 commit comments

Comments
 (0)