Skip to content

Commit 277b51c

Browse files
authored
doc: Minor typo in migration doc
1 parent 38bfa9e commit 277b51c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/installation/migration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Here is the schema for [v1 Kptfile] which is compatible with kpt `v1.0`.
113113
[Details below](#sync-merged-with-update).
114114
5. `functions` section in `v1alpha1` Kptfile holds definitions for Starlark
115115
functions only. This section is deprecated and all the functions can be
116-
declared in the `pipeline` section including [Starlark functions].
116+
declared in the `pipeline` section including [Starlark function].
117117
6. `inventory-object` is moved to `inventory` section in `v1` Kptfile.
118118
[Details below](#live-group-changes).
119119

@@ -321,7 +321,6 @@ kpt `v0.39`) to `v1` version(compatible with kpt `v1.0`).
321321
[v0.39 commands]: https://googlecontainertools.github.io/kpt/reference/
322322
[v1.0 commands]: https://kpt.dev/reference/cli/
323323
[v1 kptfile]: https://github.com/GoogleContainerTools/kpt/blob/main/pkg/api/kptfile/v1/types.go
324-
[starlark functions]: https://catalog.kpt.dev/starlark/v0.1/
325324
[starlark function]: https://catalog.kpt.dev/starlark/v0.1/
326325
[apply-setters]: https://catalog.kpt.dev/apply-setters/v0.1/
327326
[setter inheritance]: https://googlecontainertools.github.io/kpt/concepts/setters/#inherit-setter-values-from-parent-package

0 commit comments

Comments
 (0)