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
mfocqueteau 2023-09-25 09:59:51 -03:00 zatwierdzone przez GitHub
rodzic 2ed5a4ff97
commit a41e4e8928
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 />