From a0069aa6c43dddc53990dfaf876a95c73ec5e996 Mon Sep 17 00:00:00 2001 From: Mustapha Adeyosola Date: Mon, 25 Dec 2023 06:03:43 +0100 Subject: [PATCH] fix(index.html): Change the typo from 'A commit messages consists' to 'A commit message consists' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cea6b2a..9f599fc 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@

Commit Messages

Message Structure

-

A commit messages consists of three distinct parts separated by a blank line: the title, an optional body and an optional footer. The layout looks like this:

+

A commit message consists of three distinct parts separated by a blank line: the title, an optional body and an optional footer. The layout looks like this:

type: Subject