Skip to content
This repository was archived by the owner on Sep 5, 2018. It is now read-only.
Prev Previous commit
Next Next commit
Typo fix
  • Loading branch information
Jason Stiebs committed May 17, 2016
commit 66e473dbba7b91b3415b38cac17aed096e9ab0e3
2 changes: 1 addition & 1 deletion C_routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ page_path GET / HelloPhoenix.PageController :index
```
The output tells us that any HTTP GET request for the root of the application will be handled by the `index` action of the `HelloPhoenix.PageController`.

`page_path` is an example of a what Phoenix calls a path helper, and we'll talk about those very soon.
`page_path` is an example of what Phoenix calls a path helper, and we'll talk about those very soon.

### Resources

Expand Down