Skip to content

Commit

Permalink
Fixing typo in self-hosting page
Browse files Browse the repository at this point in the history
- Fixed a typo
- A minor wording change, "complicate" to "complicated"
  • Loading branch information
samuellawrentz committed Jun 26, 2024
1 parent 7dc3a2f commit 848d824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/pages/self-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to self host Triplit using Docker, and how to deploy it t

# Self-hosting Triplit

To enable sync, you need to run a Triplit servezr. The server is a Node.js application that talks to various Triplit clients over WebSockets and HTTP.
To enable sync, you need to run a Triplit server. The server is a Node.js application that talks to various Triplit clients over WebSockets and HTTP.

You have several options for running the server:

Expand Down Expand Up @@ -85,7 +85,7 @@ const serviceKey = jwt.sign(
);
```

For more complicate authentication schemes, refer to our [authentication guide](/auth).
For more complicated authentication schemes, refer to our [authentication guide](/auth).

### `EXTERNAL_JWT_SECRET` (optional)

Expand Down

0 comments on commit 848d824

Please sign in to comment.