Skip to content

Commit 41f6df4

Browse files
committed
Fix typos. (#354)
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent 481701d commit 41f6df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deploying/reverse-proxy-caddy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Caddy can serve `.well-known/matrix/client` and `.well-known/matrix/server` inst
4848

4949
Useful if you want to delegate a domain such as `example.com` -> `matrix.example.com`.
5050

51-
> [!info] Note the use of \` (backtic) in the respond directive to escape JSON that contains \" (double quotes).
51+
> [!info] Note the use of \` (backtick) in the respond directive to escape JSON that contains \" (double quotes).
5252
5353
```caddyfile
5454
your.server.name, your.server.name:8848 {

docs/deploying/root-domain-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ At a minimum, the following JSON files should be created:
9292
9393
### Option 2: Reverse proxy
9494
95-
These are example configurations if `example.com` is reverse-proxied behing Nginx or Caddy.
95+
These are example configurations if `example.com` is reverse-proxied behind Nginx or Caddy.
9696
9797
> [!NOTE]
9898
> Replace `tuwunel` with the URL where tuwunel is listening; this may look like `127.0.0.1:8008`, `matrix.example.com`, or `tuwunel` if you declared an `upstream tuwunel` block.

0 commit comments

Comments
 (0)