You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/perl-scripts-api.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ A JavaScript configuration object for a Perl script run by PEB must have the fol
61
61
};
62
62
```
63
63
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:
65
65
66
66
***perlInterpreter**
67
67
``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
86
86
The actual creation of a new file is performed by the Perl script and not by PEB.
87
87
88
88
*``{"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