fix words

This commit is contained in:
Cory LaViska
2023-09-25 09:00:31 -04:00
parent d08f928818
commit d836bcebbc
2 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ Set the `variant` attribute to change the alert's variant.
<wa-alert variant="neutral" open>
<wa-icon slot="icon" name="gear"></wa-icon>
<strong>Your settings have been updated</strong><br />
Settings will take affect on next login.
Settings will take effect on next login.
</wa-alert>
<br />
@@ -102,7 +102,7 @@ const App = () => (
<WaIcon 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.
</WaAlert>
<br />
@@ -276,7 +276,7 @@ You should always use the `closable` attribute so users can dismiss the notifica
<wa-alert variant="neutral" duration="3000" closable>
<wa-icon slot="icon" name="gear"></wa-icon>
<strong>Your settings have been updated</strong><br />
Settings will take affect on next login.
Settings will take effect on next login.
</wa-alert>
<wa-alert variant="warning" duration="3000" closable>
@@ -361,7 +361,7 @@ const App = () => {
<WaIcon 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.
</WaAlert>
<WaAlert ref={warning} variant="warning" duration="3000" closable>

View File

@@ -208,7 +208,7 @@ Web Awesome ships with a file called `vscode.html-custom-data.json` that can be
}
```
If `settings.json` already exists, simply add the above line to the root of the object. Note that you may need to restart VS Code for the changes to take affect.
If `settings.json` already exists, simply add the above line to the root of the object. Note that you may need to restart VS Code for the changes to take effect.
### JetBrains IDEs