From 9295d1fe4f27d42c879862a48202f5b215fc0048 Mon Sep 17 00:00:00 2001 From: dc-shackle <156689390+dc-shackle@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:30:43 +0100 Subject: [PATCH] docs: fix typo in self-hosted deployment guide (#829) --- docs/guide/advanced/deployment/self-hosted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/advanced/deployment/self-hosted.md b/docs/guide/advanced/deployment/self-hosted.md index 48067b4d..59d888ce 100644 --- a/docs/guide/advanced/deployment/self-hosted.md +++ b/docs/guide/advanced/deployment/self-hosted.md @@ -36,7 +36,7 @@ When deploying a Local or Refresh -provider based app, you will only need to set This path can either be: -- **Reletive**: Pointing at a path inside your own application (e.g. `/api/auth`) +- **Relative**: Pointing at a path inside your own application (e.g. `/api/auth`) - **Absolute**: Pointing at a path inside an external application (e.g. `https://my-auth-backend/api`) :::warning