Skip to content

Commit

Permalink
Merge pull request #8507 from aaabramov/patch-2
Browse files Browse the repository at this point in the history
Fix typo in ImATeapotException doc :D
  • Loading branch information
kamilmysliwiec authored Nov 4, 2021
2 parents f69d157 + f934e78 commit 4566dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/exceptions/im-a-teapot.exception.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4566dbc

Please sign in to comment.