From eea78c8df36262a749833167ad559fae4e07c120 Mon Sep 17 00:00:00 2001 From: Martijn Vegter Date: Sun, 9 Feb 2020 14:50:27 +0100 Subject: [PATCH] fix(docs): sample message should follow the format --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4050ecacd..07e6f49e1 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -236,8 +236,8 @@ Footer should contain a [closing reference to an issue](https://help.github.com/ Samples: (even more [samples](https://github.com/nestjs/nest/commits/master)) ``` -docs(changelog) update change log to beta.5 -bugfix(core) need to depend on latest rxjs and zone.js +docs(changelog): update change log to beta.5 +bugfix(core): need to depend on latest rxjs and zone.js ``` ### Revert