Skip to content

Commit 86aad1b

Browse files
authored
docs: grammar & punctuation fixes (#8)
* docs(faq): add missing preposition * docs(philosophy): grammar & punctuation fixes Signed-off-by: Vladislav Doster <[email protected]> --------- Signed-off-by: Vladislav Doster <[email protected]>
1 parent 05f4dea commit 86aad1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/src/content/docs/getting-started/philosophy.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ carefully picking the right components for doing the heavy lifting.
1818
### _Simplicity_
1919

2020
To avoid demoting _simplicity_ to just another popular marketing term, let's
21-
start by clarify what we mean.
21+
start by clarifying what we mean.
2222
Simplicity is a relative property in the context of a problem:
2323
a simple solution for a simple problem is straightforward to understand,
2424
validate, extend or even replace.
2525
A simple solution solution for a hard problem will naturally be more involved
26-
but retains above properties within a more complex context.
26+
but retains the above properties within a more complex context.
2727

2828
"Simple" is different from "easy".
2929
An easy solution may be very complex in an effort to take on as much
@@ -50,8 +50,8 @@ For example and tying back to TrailBase:
5050

5151
The way we defined _simplicity_ above, loose coupling is already an important
5252
property of a good-natured, simple solution. Yet, we believe it's a critical
53-
property in its own right that should be called out explicitly helping to
54-
illustrate the guiding principles underpinning TrailBase.
53+
property in its own right that should be called out explicitly to
54+
help illustrate the guiding principles underpinning TrailBase.
5555
Looking at two examples:
5656

5757
__Admin Dashboard__: TrailBase offers an easy-to-use, integrated admin dashboard.
@@ -68,10 +68,10 @@ ORMs often yield simple looking examples but then fall flat soon after going
6868
beyond the tutorial, sometimes already when joining tables.
6969
Your data model should never be driven by the short-comings of an abstraction
7070
forced upon you.
71-
ORMs aren't without merit. Often they will provide type-safe APIs for accessing
71+
ORMs aren't without merit. Often, they provide type-safe APIs for accessing
7272
the database. While more constraint, TrailBase's end-to-end type-safety
7373
provides similar benefits.
74-
Leaning into HTTP, JSON and JSON schema to makes it easy for TrailBase to
74+
Leaning into HTTP, JSON and JSON schema makes it easy for TrailBase to
7575
provide consistent cross-language client-side type-safety [^1], giving you more
7676
freedom in choosing the right tool for a specific job.
7777

docs/src/content/docs/reference/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ solutions but you probably will be fine 😶‍🌫️ .
4848
Long answer: TrailBase currently only scales vertically, however it's incredibly
4949
fast. Besides, there's an inherent beauty to vertical scaling [^1] and modern
5050
servers can get you very very far.
51-
You can absolutely support tens of thousands or even hundreds thousands of
51+
You can absolutely support tens of thousands or even hundreds of thousands of
5252
concurrent users with a single database.
5353
With TrailBase simple deployment, it may also be an option to shard your users
5454
or tenants across multiple databases. In the future, TrailBase would also like

0 commit comments

Comments
 (0)