Skip to content

Commit bd8c7c1

Browse files
authored
Fix template example in readme
1 parent 845fcfd commit bd8c7c1

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)