Skip to content

Commit 9106169

Browse files
authored
Update lib/phoenix/verified_routes.ex
1 parent b0ff724 commit 9106169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/verified_routes.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ defmodule Phoenix.VerifiedRoutes do
148148
of this approach is that you don't have to change the routes in your application and
149149
verified routes works as is.
150150
151-
Some applications, however, like to the locale as part of the URL prefix:
151+
Some applications, however, like to add the locale as part of the URL prefix:
152152
153153
scope "/:locale" do
154154
get "/posts"

0 commit comments

Comments
 (0)