Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Nov 28, 2024
1 parent ef7d6c7 commit 65e4565
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export interface InstallPluginStep<FileResource, DirectoryResource>
*/
step: 'installPlugin';
/**
* The plugin files to install. It can be either a plugin zip file, or a
* directory containing all the plugin files at its root.
* The plugin files to install. It can be a plugin zip file, a single PHP
* file, or a directory containing all the plugin files at its root.
*/
pluginData: FileResource | DirectoryResource;

Expand Down

0 comments on commit 65e4565

Please sign in to comment.