From c33a4d74e738c607470728fbc6f441618d10b2ca Mon Sep 17 00:00:00 2001 From: Atul Sharma <60613670+imAtulSharma@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:39:34 +0530 Subject: [PATCH] fix: typo for word changelog(s) There was two typos for the word changelog(s) so fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee90ab779..b645a0c7c4 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ The `versionName` in `build.gradle` files of Termux and its plugin apps must fol ### Commit Messages Guidelines -Commit messages **must** use the [Conventional Commits](https://www.conventionalcommits.org) spec so that chagelogs as per the [Keep a Changelog](https://github.com/olivierlacan/keep-a-changelog) spec can automatically be generated by the [`create-conventional-changelog`](https://github.com/termux/create-conventional-changelog) script, check its repo for further details on the spec. **The first letter for `type` and `description` must be capital and description should be in the present tense.** The space after the colon `:` is necessary. For a breaking change, add an exclamation mark `!` before the colon `:`, so that it is highlighted in the chagelog automatically. +Commit messages **must** use the [Conventional Commits](https://www.conventionalcommits.org) spec so that changelogs as per the [Keep a Changelog](https://github.com/olivierlacan/keep-a-changelog) spec can automatically be generated by the [`create-conventional-changelog`](https://github.com/termux/create-conventional-changelog) script, check its repo for further details on the spec. **The first letter for `type` and `description` must be capital and description should be in the present tense.** The space after the colon `:` is necessary. For a breaking change, add an exclamation mark `!` before the colon `:`, so that it is highlighted in the changelog automatically. ``` [optional scope]: