Update docs/tutorials/add-route.md

Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
This commit is contained in:
Shimon Newman
2022-09-09 16:06:38 +03:00
committed by GitHub
co-authored by Vincent Ge
parent 09e5e06614
commit f494ec488f
+1 -1
View File
@@ -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