Skip to content

Commit 6727e32

Browse files
committed
Fix broken sentence in doc comment
1 parent 076450d commit 6727e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dialog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {EditorView} from "./editorview"
55

66
type DialogConfig = {
77
/// A function to render the content of the dialog. The result
8-
/// should contain at least one `<form>` element. Submit handlers a
9-
/// handler for the Escape key will be added to the form.
8+
/// should contain at least one `<form>` element. Submit handlers
9+
/// and a handler for the Escape key will be added to the form.
1010
///
1111
/// If this is not given, the `label`, `input`, and `submitLabel`
1212
/// fields will be used to create a simple form for you.

0 commit comments

Comments
 (0)