From 765dca4a3ee4adf30855c5037cf9922a231cdc0e Mon Sep 17 00:00:00 2001 From: Tushar Dahiya Date: Sun, 9 Oct 2022 16:55:17 +0530 Subject: [PATCH] Update add-route.md --- 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 9278c2e806..1699ded6b3 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -106,7 +106,7 @@ App::post('/v1/storage/buckets/:bucketId/files') ``` #### Events -* event - A pattern that is associated with the route in behalf of real time messaging. +* 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. ```php