From cd058633f502f954049bf51d8dbb640de28dda55 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:07:09 +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 55595e0b02..fea4ae5a68 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -104,7 +104,7 @@ App::post('/v1/storage/buckets/:bucketId/files') ### Events * event - A pattern that is associated with the route in behalf of realtime messaging. - Placeholders marked as [] are parsed and replaced with their real values. + Placeholders marked as `[]` are parsed and replaced with their real values. ```php App::post('/v1/storage/buckets/:bucketId/files')