We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076450d commit 6727e32Copy full SHA for 6727e32
src/dialog.ts
@@ -5,8 +5,8 @@ import {EditorView} from "./editorview"
5
6
type DialogConfig = {
7
/// 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.
+ /// should contain at least one `<form>` element. Submit handlers
+ /// and a handler for the Escape key will be added to the form.
10
///
11
/// If this is not given, the `label`, `input`, and `submitLabel`
12
/// fields will be used to create a simple form for you.
0 commit comments