Skip to content

Commit b8d34bd

Browse files
authored
Merge pull request #1 from redgluten/patch-1
Fix template example in readme
2 parents 845fcfd + bd8c7c1 commit b8d34bd

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
@@ -33,7 +33,7 @@ Then use it as follows:
3333
<!-- ... -->
3434
<button type="button" @click="openDialog">
3535
Open dialog
36-
<button>
36+
</button>
3737

3838
<a11y-dialog id="app-dialog" app-root="#app" @dialog-ref="assignDialogRef">
3939
<h1 slot="title">Your dialog title</h1>

0 commit comments

Comments
 (0)