diff --git a/docs/docs/seo-head.md b/docs/docs/seo-head.md
index 63d2fb01a6af..7cb5772edd62 100644
--- a/docs/docs/seo-head.md
+++ b/docs/docs/seo-head.md
@@ -8,7 +8,7 @@ Search Engine Optimization is a dark art that some folks dedicate their entire l
## Adding a Title
-You certainly want to change the title of your Redwood app from the default of "Redwood App." You can start by adding or modifing `title` inside of `/redwood.toml`
+You certainly want to change the title of your Redwood app from the default of "Redwood App." You can start by adding or modifying `title` inside of `/redwood.toml`
```diff title=redwood.toml
[web]
@@ -227,7 +227,7 @@ If you define _any_ `og` prop, we will copy any `title` and `description` to an
```
-You can override this behavior by explictly setting `og:title` or `og:description` to `null`:
+You can override this behavior by explicitly setting `og:title` or `og:description` to `null`:
```jsx