mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
all: Fix minor typos
This commit is contained in:
@@ -30,7 +30,7 @@ func TestChainZeroTransformers(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestChaingMultipleTransformers(t *testing.T) {
|
||||
func TestChainingMultipleTransformers(t *testing.T) {
|
||||
f1 := func(ct FromTo) error {
|
||||
_, err := ct.To().Write(bytes.Replace(ct.From().Bytes(), []byte("f1"), []byte("f1r"), -1))
|
||||
return err
|
||||
|
Reference in New Issue
Block a user