Skip to content

Commit 7d1eb87

Browse files
authored
Fix element name
Changes the word link to a in notes for slds-button, because it should apply to the HTML element, not a description of what the element produces – commit from @chriscorwin – 8d9bd9f7fe3965088f35538708fac73a7930dfcd
1 parent a2fc3a7 commit 7d1eb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/buttons/index.table.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ classes:
44
class: slds-button
55
description: Initializes a 2rem (32px) height button
66
required: true
7-
applied: <code>button</code> or <code>link</code>
7+
applied: <code>button</code> or <code>a</code>
88
notes: This neutralizes all the base styles making it look like a text link
99
-
1010
class: slds-button--small

0 commit comments

Comments
 (0)