docs(developers): commit message format typo

Any line of the commit message cannot be longer *than* 100 characters!

Closes #17006
This commit is contained in:
Sam Katakouzinos
2020-03-10 11:41:18 +11:00
committed by George Kalpakas
parent b7753b7a01
commit 5b037321c3
+1 -1
View File
@@ -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