diff --git a/docs/src/content/docs/documentation/APIs/js_apis.mdx b/docs/src/content/docs/documentation/APIs/js_apis.mdx
index 67334731..ceb5ecec 100644
--- a/docs/src/content/docs/documentation/APIs/js_apis.mdx
+++ b/docs/src/content/docs/documentation/APIs/js_apis.mdx
@@ -24,8 +24,8 @@ rely on the database for persisting and sharing state.
The following example illustrates a few things:
-* Hot to register a parameterized route with `:table`.
-* How implement a handler that returns `text/plain` content. There is also
+* How to register a parameterized route with `:table`.
+* How to implement a handler that returns `text/plain` content. There is also
`jsonHandler` and `htmlHandler`.
* How to query the database.
* How to return an error.
diff --git a/docs/src/content/docs/getting-started/starting-up.mdx b/docs/src/content/docs/getting-started/starting-up.mdx
index b9b929f7..badbab68 100644
--- a/docs/src/content/docs/getting-started/starting-up.mdx
+++ b/docs/src/content/docs/getting-started/starting-up.mdx
@@ -44,7 +44,7 @@ of pages to explore.
* First and maybe most importantly: the data browser
()
that let's you explore and alter both the data as well as table schemas. It
- provides access to _tables_, _views_, _virtual tables_, _indexes_, _trggiers_
+ provides access to _tables_, _views_, _virtual tables_, _indexes_, _triggers_
as well as your TrailBase API settings.
* The simple SQL editor
()