mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-30 22:29:47 -06:00
[Doc] Fix typos
This commit is contained in:
committed by
Sebastian Jeltsch
parent
910cac80c0
commit
774ade5cfb
@@ -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.
|
||||
|
||||
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user