File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1415,12 +1415,12 @@ or overriding the appropriate fields.
14151415### ` application:match([route_name], route_patch, action_fn) `
14161416
14171417Adds a new route to the route group contained by the application. See above for
1418- more information on registering actions. Note that routes are inheritance by
1419- the inheritance change of the application object.
1418+ more information on registering actions. Note that routes are inherited by
1419+ the inheritance chain of the application object.
14201420
14211421You can overwrite a route by re-using the same route name, or path, and that
14221422route will take precedence over one defined further up in the inheritance
1423- change .
1423+ chain .
14241424
14251425Class approach:
14261426
You can’t perform that action at this time.
0 commit comments