Skip to content

Commit 3e0ef73

Browse files
authored
Update releasing-extension-to-shopware-store.md (#2075)
Fix typo
1 parent 38b2c53 commit 3e0ef73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/cli/shopware-account-commands/releasing-extension-to-shopware-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ To release the extension to the Shopware Store, you need to upload the zip file
2222
shopware-cli account producer extension upload <zip-path>
2323
```
2424

25-
This command will check first if an extension with the same version already exists in the store. If not, it will upload the extension to the store. For the compatibility of the extension, the command will use the Composer constraint of `composer.json` or `maniofest.xml` file.
25+
This command will check first if an extension with the same version already exists in the store. If not, it will upload the extension to the store. For the compatibility of the extension, the command will use the Composer constraint of `composer.json` or `manifest.xml` file.
2626

2727
After the upload, the command will wait for the result of the automatic validation. This can take a few minutes. If the validation fails, the command will output the error message, and you need to fix the issue and upload the extension again. You can skip this check with the `--skip-for-review-result` option.

0 commit comments

Comments
 (0)