We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ff724 commit 9106169Copy full SHA for 9106169
lib/phoenix/verified_routes.ex
@@ -148,7 +148,7 @@ defmodule Phoenix.VerifiedRoutes do
148
of this approach is that you don't have to change the routes in your application and
149
verified routes works as is.
150
151
- Some applications, however, like to the locale as part of the URL prefix:
+ Some applications, however, like to add the locale as part of the URL prefix:
152
153
scope "/:locale" do
154
get "/posts"
0 commit comments