mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(docs): corrected spelling mistake in JSDoc
This commit is contained in:
@@ -10,7 +10,7 @@ import { HttpStatus } from '../enums/http-status.enum';
|
||||
*/
|
||||
export class ServiceUnavailableException extends HttpException {
|
||||
/**
|
||||
* Instnatiate a `ServiceUnavailableException` Exception.
|
||||
* Instantiate a `ServiceUnavailableException` Exception.
|
||||
*
|
||||
* @example
|
||||
* `throw new ServiceUnavailableException()`
|
||||
|
||||
Reference in New Issue
Block a user