From f494ec488f58988ef59aab54ab20599bf6702674 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:06:38 +0300 Subject: [PATCH] Update docs/tutorials/add-route.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/tutorials/add-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index d15590bfc8..f065afb601 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -81,7 +81,7 @@ App::post('/v1/account/jwt') ``` ### Cache -* cache - When set to ture, signal the use of file cache. +* cache - When set to true, signal the use of file cache. * cache.resource - Identifies the cached resource. ```php