diff --git a/Tutorial.md b/Tutorial.md index 135a057..247e38a 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -118,8 +118,9 @@ In this way, the LoggedRoute decorator will log like this: ```md [Nest] 2442776 - 12/10/2023, 7:04:49 PM LOG [AppController] HIT HTTP AppController::helloWorld[GET] (getHello) + ^^^^^^^^^^ [Nest] 2442776 - 12/10/2023, 7:04:49 PM LOG [AppController] RETURNED RESPONSE AppController::helloWorld[GET] (getHello) - ^^^^^^^^^^^^^^^^^^^ + ^^^^^^^^^^ Here, just path / changed to 'helloWorld' that we provided to decorator! ```