From 24f7b190f748b73642696948b2de4ea39965744a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 25 Sep 2023 09:01:24 -0400 Subject: [PATCH] fix words; #1578 --- docs/pages/components/alert.md | 4 ++-- docs/pages/getting-started/usage.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/components/alert.md b/docs/pages/components/alert.md index 9e6b576e..5ea30cbb 100644 --- a/docs/pages/components/alert.md +++ b/docs/pages/components/alert.md @@ -276,7 +276,7 @@ You should always use the `closable` attribute so users can dismiss the notifica Your settings have been updated
- Settings will take affect on next login. + Settings will take effect on next login.
@@ -361,7 +361,7 @@ const App = () => { Your settings have been updated
- Settings will take affect on next login. + Settings will take effect on next login. diff --git a/docs/pages/getting-started/usage.md b/docs/pages/getting-started/usage.md index 33a2debe..6cf1075d 100644 --- a/docs/pages/getting-started/usage.md +++ b/docs/pages/getting-started/usage.md @@ -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