From d836bcebbccdf8d8e8cd6a9bda98c62e6f5c6b6b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 25 Sep 2023 09:00:31 -0400 Subject: [PATCH] fix words --- docs/pages/components/alert.md | 8 ++++---- docs/pages/getting-started/usage.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/components/alert.md b/docs/pages/components/alert.md index 58aad6011..18f30d4c8 100644 --- a/docs/pages/components/alert.md +++ b/docs/pages/components/alert.md @@ -54,7 +54,7 @@ Set the `variant` attribute to change the alert's variant. Your settings have been updated
- Settings will take affect on next login. + Settings will take effect on next login.

@@ -102,7 +102,7 @@ const App = () => ( Your settings have been updated
- Settings will take affect on next login. + Settings will take effect on next login.
@@ -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 ce5a4a99c..375cfc186 100644 --- a/docs/pages/getting-started/usage.md +++ b/docs/pages/getting-started/usage.md @@ -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