Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed May 21, 2015
1 parent 7829749 commit 21a1a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phoenix/integration/endpoint_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Phoenix.Integration.EndpointTest do
This exists so we can verify that the exception handling
in the Phoenix endpoint is working as expected. In order
to do that, we we need wrap the endpoint.call/2 in a
to do that, we need to wrap the endpoint.call/2 in a
before compile callback so it wraps the whole stack,
including render errors and debug errors functionality.
"""
Expand Down

0 comments on commit 21a1a57

Please sign in to comment.