Skip to content

Commit c3a5806

Browse files
authored
Merge pull request #4015 from Gearheads/feature/fix-typo-migration-doc
📖 docs: correct typo in migration guide
2 parents 8376422 + eebc1ee commit c3a5806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/migration/migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If there are any manual updates in `main.go` in v3, we need to port the changes
130130

131131
If there are additional manifests added under config directory, port them as well. Please, be aware that
132132
the new version go/v4 uses Kustomize v5x and no longer Kustomize v4. Therefore, if added customized
133-
implementations in the config you need to ensure that them can work with Kustomize v5 and/if not
133+
implementations in the config you need to ensure that they can work with Kustomize v5 and if not
134134
update/upgrade any breaking change that you might face.
135135

136136
In v4, installation of Kustomize has been changed from bash script to `go get`. Change the `kustomize` dependency in Makefile to

0 commit comments

Comments
 (0)