From 66893be7521d2c42f7164204683030a2924c7441 Mon Sep 17 00:00:00 2001 From: motasimmakki Date: Sat, 22 Oct 2022 10:07:18 +0530 Subject: [PATCH] docs: Removed unnecessary $ symbol and spaced correctly. --- docs/tutorials/add-route.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index 6b1bf7e7cf..56bcf358a8 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -50,7 +50,7 @@ App::post('/v1/storage/buckets/:bucketId/files') #### Audit * audits.event - Identify the log in human-readable text. -* audits.userId - Signals the extraction of $userId in places that it's not available natively. +* audits.userId - Signals the extraction of userId in places that it's not available natively. * audits.resource - Signals the extraction part of the resource. @@ -65,7 +65,7 @@ App::post('/v1/account/create') * sdk.auth - Array of authentication types is passed in order to impose different authentication methods in different situations. * sdk.namespace - Refers to the route namespace. * sdk.method - Refers to the sdk method that needs to called. -* sdk.description - Description of the route,using markdown format. +* sdk.description - Description of the route, using markdown format. * sdk.sdk.response.code - Refers to the route http response status code expected. * sdk.auth.response.model - Refers the route http response expected.