From 85d0e156c2b41fe23f304cfc4eaf59a3fba95c64 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 26 Apr 2019 09:00:25 +0200 Subject: [PATCH] Update custom-decorators.md --- content/custom-decorators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/custom-decorators.md b/content/custom-decorators.md index 24a988e99d..5f60442822 100644 --- a/content/custom-decorators.md +++ b/content/custom-decorators.md @@ -10,7 +10,7 @@ Nest is built around a language feature called **decorators**. Decorators are a #### Param decorators -Nest provides a set of useful **param decorators** that you can use together with the HTTP route handlers. Below is a list of the provided decorators and the plain Express objects they represent +Nest provides a set of useful **param decorators** that you can use together with the HTTP route handlers. Below is a list of the provided decorators and the plain Express (or Fastify) objects they represent