Skip to content

Commit

Permalink
Update activate-theme.ts to use themeFolderName. (#1119)
Browse files Browse the repository at this point in the history
This PR update the documentation to reflect the current state.

## What problem is it solving?
It's broken.

## How is the problem addressed?
Updated it to mention the relevant parameter.

## Testing Instructions
  • Loading branch information
StevenDufresne authored Mar 20, 2024
1 parent d4c53bf commit 8461072
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { StepHandler } from '.';
* <code>
* {
* "step": "activateTheme",
* "pluginName": "Storefront",
* "pluginPath": "/wordpress/wp-content/themes/storefront"
* "themeFolderName": "storefront"
* }
* </code>
*/
Expand Down

0 comments on commit 8461072

Please sign in to comment.