Skip to content

Commit 403d479

Browse files
committed
adjust tree highlighting in request_lifecycle.md
1 parent 5c66ff4 commit 403d479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/request_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Note the controller name (`HelloController`), the view name (`HelloHTML`), and t
155155

156156
> **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.
157157
158-
```
158+
```console
159159
lib/hello_web
160160
├── controllers
161161
│ ├── hello_controller.ex

0 commit comments

Comments
 (0)