Skip to content

Commit

Permalink
Fix typo in product showcase blueprint example (#640)
Browse files Browse the repository at this point in the history
Previously the example Blueprint code referenced `pluginZipFile` when it should have just been `file`.
This was probably a copy/paste error from the previous plugin example.
  • Loading branch information
Pookie717 committed Sep 18, 2023
1 parent 016f789 commit f8085cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/site/docs/09-blueprints-api/08-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ wp_insert_post(array(
},
{
"step": "importFile",
"pluginZipFile": {
"file": {
"resource": "url",
"url": "https://your-site.com/starter-content.wxz"
}
Expand Down

0 comments on commit f8085cc

Please sign in to comment.