Skip to content

Commit ccac211

Browse files
authored
Merge pull request #199 from nemtsov/master
how-to-submit-to-plugin-manager.md: typo
2 parents bb1a871 + 7f76671 commit ccac211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/how-to-submit-to-plugin-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you submit, be sure to go through this checklist of common reasons for re
3030
- If this is not your first time submitting this plugin, have you _increased_ the version number in your `manifest.json` file? [Learn more here](/reference/structure/manifest.md#top-level-metadata). You _must_ increment your version number (typically, the patch version; e.g, `1.0.0``1.0.1`) _each time you submit your plugin for review_.
3131
- When packaging your plugin, did you make sure to compress the files (and _not_ the parent folder)? [Learn more here](/distribution/packaging.md#1-compress-your-files-as-a-zip-file).
3232
- Is the .XDX file less than 50MB in size?
33-
- Did you verify the .XDX install on your machaine when you double-click it?
33+
- Did you verify the .XDX install on your machine when you double-click it?
3434
- After installing, did you verify that the plugin runs when you select its command(s) from XD's _Plugins_ menu?
3535

3636
Answering "no" to any of these questions will get your submission rejected, requiring you to address the issue in your plugin and submit again.

0 commit comments

Comments
 (0)