all: Fix typos and some URLs

This commit is contained in:
Christian Oliff
2024-02-18 20:16:30 +09:00
committed by GitHub
parent 4a53fd56b7
commit 168d375784
18 changed files with 26 additions and 26 deletions

View File

@@ -185,7 +185,7 @@ func TestTransform(t *testing.T) {
spec := newTestResourceSpec(specDescriptor{c: c})
// Two transformations with same id, different behaviour.
// Two transformations with same id, different behavior.
t1 := createContentReplacer("t1", "blue", "green")
t2 := createContentReplacer("t1", "color", "car")