Skip to content

Commit

Permalink
Update 10-router-handlers.mdx (#52098)
Browse files Browse the repository at this point in the history
Fixes a link for the Dynamic Functions shortcut.
  • Loading branch information
mhmdrioaf committed Jul 6, 2023
1 parent 931b1b5 commit 202dcb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Route handlers are evaluated dynamically when:

- Using the `Request` object with the `GET` method.
- Using any of the other HTTP methods.
- Using [Dynamic Functions](/#dynamic-functions) like `cookies` and `headers`.
- Using [Dynamic Functions](#dynamic-functions) like `cookies` and `headers`.
- The [Segment Config Options](#segment-config-options) manually specifies dynamic mode.

For example:
Expand Down

0 comments on commit 202dcb0

Please sign in to comment.