Skip to content

Commit e88f603

Browse files
authored
Fix action rename example in controllers guides (#5948)
1 parent 65d2507 commit e88f603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule HelloWeb.PageController do
4747
...
4848

4949
def index(conn, _params) do
50-
render(conn, :index)
50+
render(conn, :home)
5151
end
5252
end
5353
```

0 commit comments

Comments
 (0)