From 00c419c2c65f399ad45592c25990b7648601b4f1 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Thu, 3 Feb 2022 13:51:13 +0700 Subject: [PATCH] fix endpoints hash link --- documentation/docs/15-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/15-typescript.md b/documentation/docs/15-typescript.md index 7722933b0f06..68585c539096 100644 --- a/documentation/docs/15-typescript.md +++ b/documentation/docs/15-typescript.md @@ -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