Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8cc6dd1

Browse files
authored
Update dynamic.rst
1 parent 8fb9273 commit 8cc6dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing/dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Optionally, and following the matching process, a set of
7878
Route enhancers are a way to manipulate the parameters from the matched route
7979
before the framework continues. They can be used, for example, to dynamically
8080
assign a controller or to keep logic out of the controller by determining
81-
parameters or "upcasting" request parameters to to the objects they correspond
81+
parameters or "upcasting" request parameters to the objects they correspond
8282
to.
8383

8484
The component already provides some general purpose enhancers. They all follow

0 commit comments

Comments
 (0)