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