fix(docs): corrected spelling mistake in JSDoc

This commit is contained in:
Martijn Vegter
2020-02-09 14:47:52 +01:00
parent 3cb620f986
commit 3cfeac972f

View File

@@ -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()`