Skip to content

Commit 7648d01

Browse files
Merge pull request nestjs#4022 from mvegter/patch-1
docs(): fixed two typos in the docs
2 parents 3cb620f + eea78c8 commit 7648d01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ Footer should contain a [closing reference to an issue](https://help.github.com/
236236
Samples: (even more [samples](https://github.com/nestjs/nest/commits/master))
237237
238238
```
239-
docs(changelog) update change log to beta.5
240-
bugfix(core) need to depend on latest rxjs and zone.js
239+
docs(changelog): update change log to beta.5
240+
bugfix(core): need to depend on latest rxjs and zone.js
241241
```
242242
243243
### Revert

packages/common/exceptions/service-unavailable.exception.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { HttpStatus } from '../enums/http-status.enum';
1010
*/
1111
export class ServiceUnavailableException extends HttpException {
1212
/**
13-
* Instnatiate a `ServiceUnavailableException` Exception.
13+
* Instantiate a `ServiceUnavailableException` Exception.
1414
*
1515
* @example
1616
* `throw new ServiceUnavailableException()`

0 commit comments

Comments
 (0)