Skip to content

Commit

Permalink
Merge pull request #7719 from jupyterlab/fcollonval-patch-1
Browse files Browse the repository at this point in the history
Correct bad copy-paste in doc
  • Loading branch information
fcollonval committed Jan 3, 2020
2 parents e43ebd5 + d7f646e commit b88ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer/ui_helpers.rst
Expand Up @@ -76,7 +76,7 @@ Here is an example to request a file.

.. code:: typescript
const dialog = FileDialog.getExistingDirectory({
const dialog = FileDialog.getOpenFiles({
iconRegistry, // IIconRegistry
manager, // IDocumentManager
filter: model => model.type == 'notebook' // optional (model: Contents.IModel) => boolean
Expand Down

0 comments on commit b88ea48

Please sign in to comment.