Skip to content

Commit

Permalink
fix endpoints hash link (#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Feb 3, 2022
1 parent d736cb3 commit 6e86c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/15-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ By populating these interfaces, you will gain type safety when using `event.loca

### App.Locals

The interface that defines `event.locals`, which can be accessed in [hooks](#hooks) (`handle`, `handleError` and `getSession`) and [endpoints](#endpoints).
The interface that defines `event.locals`, which can be accessed in [hooks](#hooks) (`handle`, `handleError` and `getSession`) and [endpoints](#routing-endpoints).

### App.Platform

Expand Down

0 comments on commit 6e86c4a

Please sign in to comment.