From d08bbe124cec7c361d2da3d378c71bf01c09867b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6pke?= Date: Sun, 13 Oct 2024 17:45:45 +0200 Subject: [PATCH] fix typo --- priv/pages/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/pages/Home.md b/priv/pages/Home.md index 479c887..3acb368 100644 --- a/priv/pages/Home.md +++ b/priv/pages/Home.md @@ -17,7 +17,7 @@ On the left, you can see the menu generated from all your files in the `priv/pag - In the middle, [Posts](#posts) are ordered by date - On the bottom, the list of page tags is shown -Menu navigation is handled by Phoenix LiveView `patch` actions. This means navigating the menu does not trigger a full page reload, it only fetches the new content using websockets and swaps out the relevent parts. +Menu navigation is handled by Phoenix LiveView `patch` actions. This means navigating the menu does not trigger a full page reload, it only fetches the new content using websockets and swaps out the relevant parts. You can set up the page structure as follows. -- 2.51.2