[Doc] Fix typos

This commit is contained in:
Jean-Baptiste Muscat
2025-03-20 10:49:48 +01:00
committed by Sebastian Jeltsch
parent 910cac80c0
commit 774ade5cfb
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -44,7 +44,7 @@ of pages to explore.
* First and maybe most importantly: the data browser
(<span class="not-content inline align-middle"><Icon name="tabler:database" /></span>)
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
(<span class="not-content inline align-middle"><Icon name="tabler:edit" /></span>)