This commit is contained in:
Cory LaViska
2023-09-25 09:01:24 -04:00
parent a41e4e8928
commit 24f7b190f7
2 changed files with 3 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ You should always use the `closable` attribute so users can dismiss the notifica
<sl-alert variant="neutral" duration="3000" closable>
<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>
<sl-alert variant="warning" duration="3000" closable>
@@ -361,7 +361,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>
<SlAlert ref={warning} variant="warning" duration="3000" closable>

View File

@@ -208,7 +208,7 @@ Shoelace ships with a file called `vscode.html-custom-data.json` that can be use
}
```
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