From 920c716a4252b2778b932b1771d0a42e49ec1bce Mon Sep 17 00:00:00 2001 From: nabbisen Date: Fri, 15 Oct 2021 05:07:54 +0900 Subject: [PATCH] fix a typo: to -> two (#1545) --- content/en/contribute/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index 000f478fc..b2450e9b4 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -336,7 +336,7 @@ pick 33c8973 Begin workflow pick 3502f2e Refactoring and typo fixes ``` -In the case above we should merge the last to commits in the commit of this tutorial (`Add "How to contribute to Hugo" tutorial`). You can "squash" commits, i.e. merge two or more commits into a single one. +In the case above we should merge the last two commits in the commit of this tutorial (`Add "How to contribute to Hugo" tutorial`). You can "squash" commits, i.e. merge two or more commits into a single one. All operations are written before the commit message. Replace "pick" with an operation. In this case `squash` or `s` for short: