diff --git a/.github/workflows/update-docs-on-main.yml b/.github/workflows/update-docs-on-main.yml index 08cda76158..a39aa00f0e 100644 --- a/.github/workflows/update-docs-on-main.yml +++ b/.github/workflows/update-docs-on-main.yml @@ -37,7 +37,7 @@ jobs: committer: tedium-bot title: 'docs: update API docs' body: This PR was auto generated by the update-docs-on-main GitHub action. - reviewers: emarquez + reviewers: e111077 branch: auto-update-docs labels: | Ready for Google diff --git a/button/internal/button.ts b/button/internal/button.ts index 8707b524d0..c17d4bc724 100644 --- a/button/internal/button.ts +++ b/button/internal/button.ts @@ -59,7 +59,7 @@ export abstract class Button extends LitElement implements FormSubmitter { @property({type: Boolean, attribute: 'trailing-icon'}) trailingIcon = false; /** - * Whether to display the icon or not. v + * Whether to display the icon or not. x */ @property({type: Boolean, attribute: 'has-icon'}) hasIcon = false;