You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Docs: Fix a typo in JoplinViewsDialogs.ts comments (#5108)
Just fixed a small typo in the comments.
This commit is contained in:
@ -5,7 +5,7 @@ import { ButtonSpec, ViewHandle, DialogResult } from './types';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows creating and managing dialogs. A dialog is modal window that
|
* Allows creating and managing dialogs. A dialog is modal window that
|
||||||
* contains a webview and a row of buttons. You can update the update the
|
* contains a webview and a row of buttons. You can update the
|
||||||
* webview using the `setHtml` method. Dialogs are hidden by default and
|
* webview using the `setHtml` method. Dialogs are hidden by default and
|
||||||
* you need to call `open()` to open them. Once the user clicks on a
|
* you need to call `open()` to open them. Once the user clicks on a
|
||||||
* button, the `open` call will return an object indicating what button was
|
* button, the `open` call will return an object indicating what button was
|
||||||
|
Reference in New Issue
Block a user