kopia lustrzana https://github.com/shoelace-style/shoelace
Fixed typo (Alert doc): "take affect" -> "take effect" (#1578)
One of the examples given in the documentation for Alerts says "Settings will take **affect** on next login". Which is a typo since affect is a verb, not a noun.pull/1586/head
rodzic
2ed5a4ff97
commit
a41e4e8928
|
|
@ -54,7 +54,7 @@ Set the `variant` attribute to change the alert's variant.
|
|||
<sl-alert variant="neutral" open>
|
||||
<sl-icon slot="icon" name="gear"></sl-icon>
|
||||
<strong>Your settings have been updated</strong><br />
|
||||
Settings will take affect on next login.
|
||||
Settings will take effect on next login.
|
||||
</sl-alert>
|
||||
|
||||
<br />
|
||||
|
|
@ -102,7 +102,7 @@ const App = () => (
|
|||
<SlIcon slot="icon" name="gear" />
|
||||
<strong>Your settings have been updated</strong>
|
||||
<br />
|
||||
Settings will take affect on next login.
|
||||
Settings will take effect on next login.
|
||||
</SlAlert>
|
||||
|
||||
<br />
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue