From 774ade5cfbbe02e80fb4e8ffe0018feef555563f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Muscat Date: Thu, 20 Mar 2025 10:49:48 +0100 Subject: [PATCH] [Doc] Fix typos --- docs/src/content/docs/documentation/APIs/js_apis.mdx | 4 ++-- docs/src/content/docs/getting-started/starting-up.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ()