From f934e7848d55fbec4d17af7ade8d86733960defc Mon Sep 17 00:00:00 2001 From: Andrii Date: Wed, 3 Nov 2021 17:59:13 +0200 Subject: [PATCH] Fix typo in ImATeapotException doc :D --- packages/common/exceptions/im-a-teapot.exception.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/exceptions/im-a-teapot.exception.ts b/packages/common/exceptions/im-a-teapot.exception.ts index 116f179d233..db640cd9013 100644 --- a/packages/common/exceptions/im-a-teapot.exception.ts +++ b/packages/common/exceptions/im-a-teapot.exception.ts @@ -16,7 +16,7 @@ export class ImATeapotException extends HttpException { * Instantiate an `ImATeapotException` Exception. * * @example - * `throw new BadGatewayException()` + * `throw new ImATeapotException()` * * @usageNotes * The HTTP response status code will be 418.