Skip to content

Commit

Permalink
Fix incorrect pipeline name in routing guide (#5548)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianfssen authored Aug 11, 2023
1 parent 1706fa4 commit e095f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ end

The above assumes there is a plug called `HelloWeb.Authentication` that performs authentication and is now part of the `:auth` pipeline.

Note that pipelines themselves are plugs, so we can plug a pipeline inside another pipeline. For example, we could rewrite the `review_checks` pipeline above to automatically invoke `browser`, simplifying the downstream pipeline call:
Note that pipelines themselves are plugs, so we can plug a pipeline inside another pipeline. For example, we could rewrite the `auth` pipeline above to automatically invoke `browser`, simplifying the downstream pipeline call:

```elixir
pipeline :auth do
Expand Down

0 comments on commit e095f23

Please sign in to comment.