Skip to content

Commit 0ed5d91

Browse files
committed
documentation update
1 parent d791a1c commit 0ed5d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/perl-scripts-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A JavaScript configuration object for a Perl script run by PEB must have the fol
6161
};
6262
```
6363

64-
A JavaScript configuration object for a Perl script run by PEB may also have the following additional properties:
64+
A JavaScript configuration object for a Perl script run by PEB may also have the following optional properties:
6565

6666
* **perlInterpreter**
6767
``String`` for the relative path of a [relocatable](https://github.com/skaji/relocatable-perl) Perl interpreter used by PEB
@@ -86,4 +86,4 @@ A JavaScript configuration object for a Perl script run by PEB may also have the
8686
The actual creation of a new file is performed by the Perl script and not by PEB.
8787

8888
* ``{"directory":"Your Dialog Title"}``
89-
When ``directory`` type of dialog is used, an existing directory may be selected or a new directory may be created and then selected; any new directory will be immediately created by PEB.
89+
When ``directory`` type of dialog is used, an existing directory may be selected or a new directory may be created and then selected. Any new directory will be immediately created by PEB.

0 commit comments

Comments
 (0)