From 22a48357f1a2162c1319b199ca7c665d1aadc462 Mon Sep 17 00:00:00 2001 From: Sam Katakouzinos Date: Tue, 10 Mar 2020 11:41:18 +1100 Subject: [PATCH] docs(developers): commit message format typo Any line of the commit message cannot be longer *than* 100 characters! --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 8a1ea954d514..9258e13205aa 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -249,7 +249,7 @@ format that includes a **type**, a **scope** and a **subject**: The **header** is mandatory and the **scope** of the header is optional. -Any line of the commit message cannot be longer 100 characters! This allows the message to be easier +Any line of the commit message cannot be longer than 100 characters! This allows the message to be easier to read on GitHub as well as in various git tools. ### Revert