Skip to content

Commit

Permalink
Merge pull request #131 from samuellawrentz/patch-1
Browse files Browse the repository at this point in the history
Docs - Fixing typo in self-hosting page
  • Loading branch information
wernst committed Jun 26, 2024
2 parents 7dc3a2f + 848d824 commit e8b015b
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 e8b015b

Please sign in to comment.