From 403d479efaef800d1a72344bf52f7def17fc6a6f Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Sun, 1 Dec 2024 17:56:49 +0100 Subject: [PATCH] adjust tree highlighting in request_lifecycle.md --- guides/request_lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/request_lifecycle.md b/guides/request_lifecycle.md index 79ac1e9649..89e7927fa1 100644 --- a/guides/request_lifecycle.md +++ b/guides/request_lifecycle.md @@ -155,7 +155,7 @@ Note the controller name (`HelloController`), the view name (`HelloHTML`), and t > **Note**: We can rename the `hello_html` directory to whatever we want and put it in a subdirectory of `lib/hello_web/controllers`, as long as we update the `embed_templates` setting accordingly. However, it's best to keep the same naming convention to prevent any confusion. -``` +```console lib/hello_web ├── controllers │ ├── hello_controller.ex