mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 02:16:30 -04:00
fix a typo: to -> two (#1545)
This commit is contained in:
parent
6f0ba95935
commit
920c716a42
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user