Skip to content

Commit 3dc131f

Browse files
committed
fix a few typos
1 parent ca65acc commit 3dc131f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,12 +1415,12 @@ or overriding the appropriate fields.
14151415
### `application:match([route_name], route_patch, action_fn)`
14161416

14171417
Adds 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

14211421
You can overwrite a route by re-using the same route name, or path, and that
14221422
route will take precedence over one defined further up in the inheritance
1423-
change.
1423+
chain.
14241424

14251425
Class approach:
14261426

0 commit comments

Comments
 (0)