AdobeXD/plugin-docs

Typo in sample code in uxp-variant of button

Closed this issue · 1 comments

Submit an issue

Topic

This is an issue regarding:

  • The tutorials contained within this repo.
  • The samples contained within this repo.

Versions

  • Supported XD version(s):

Description of the issue

Cancelis used in sample code, but Delete is displayed in the resulting image.

website
git repo

result image

Proposed solution or attempted solutions that failed

update the code

https://github.com/AdobeXD/plugin-docs/blame/master/reference/ui/elements/buttons.md#L112-L115

<button uxp-variant="warning">Delete</button>
<button uxp-variant="warning" uxp-quiet="true">Delete</button>

@yoshikinoko thanks for catching this. addressed - b3c7d43