Skip to content

Commit 8d1d7c0

Browse files
author
Mengqi Yu
committed
fix spelling and toc
1 parent b6f2bbc commit 8d1d7c0

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-cli/2985-public-krm-functions-registry

1 file changed

+3
-2
lines changed

keps/sig-cli/2985-public-krm-functions-registry/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ tags, and then generate with `hack/update-toc.sh`.
9292
- [Story 3](#story-3)
9393
- [Story 4](#story-4)
9494
- [Story 5](#story-5)
95+
- [Story 6](#story-6)
9596
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
9697
- [Risks and Mitigations](#risks-and-mitigations)
9798
- [Design Details](#design-details)
@@ -533,7 +534,7 @@ We can mix the 2 management models above.
533534
We can manage the source code of the Kustomize provided KRM functions in-tree.
534535
Generic KRM functions like set-labels, set-annotations and set-namespace can be
535536
included. All the KRM functions provided by kustomize must go through a security
536-
audit. These in-tree KRM funcitons can serve as examples for other publishers
537+
audit. These in-tree KRM functions can serve as examples for other publishers
537538
about how to organize their functions.
538539

539540
The model of centralized index with distributed release is more flexible and
@@ -728,7 +729,7 @@ definitions:
728729
A URI pointing to a README.md that describe the details of how to
729730
use the KRM function. It should at least cover what the function
730731
does and what functionConfig does it support and it should give
731-
detailed explaination about each field in the functionConfig.
732+
detailed explanation about each field in the functionConfig.
732733
type: string
733734
examples:
734735
description: |

0 commit comments

Comments
 (0)