From a4c5ac4cc020a3c0f4e216326f22e0b95b5abd8c Mon Sep 17 00:00:00 2001 From: Ahti Kitsik Date: Tue, 24 Nov 2020 00:23:16 +0100 Subject: [PATCH] fix: typo (#315) --- content/v1.0.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index 311f1a2..48cab77 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -202,7 +202,7 @@ The first draft of this specification has been written in collaboration with som ## Tooling for Conventional Commits -* [go-conventional-commit](https://gitlab.com/digitalxero/go-conventional-commit14): go library for parsing comit messages following the specification. +* [go-conventional-commit](https://gitlab.com/digitalxero/go-conventional-commit14): go library for parsing commit messages following the specification. * [chglog](https://github.com/goreleaser/chglog): a tool for parsing Conventional Commits messages from git histories and turning them into templateable change logs. * [fastlane-plugin](https://github.com/xotahal/fastlane-plugin-semantic_release): follows the specification to manage versions and generate a changelog automatically * [commitizen/cz-cli](https://github.com/commitizen/cz-cli): A Node.js tool to create commit messages following the Conventional Commits specs.