From edbad80f26c0156f8c84d63aa42c6ce6ab246d28 Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Fri, 11 Jun 2021 21:15:58 +0530 Subject: [PATCH] Fix typo --- extensions/README.md | 2 +- extensions/secret-generation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/README.md b/extensions/README.md index 40e67db..e60a416 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -4,4 +4,4 @@ This directory contains extensions to the [Service Binding Specification for Kub | No. | Title | Status | | --- | ---------------------------------------------------- | ------ | -| 1 | [Secret Generator Extension](./secret-generation.md) | Draft | +| 1 | [Secret Generation Extension](./secret-generation.md) | Draft | diff --git a/extensions/secret-generation.md b/extensions/secret-generation.md index ced555a..14247ec 100644 --- a/extensions/secret-generation.md +++ b/extensions/secret-generation.md @@ -1,4 +1,4 @@ -# Secret Generator Extension +# Secret Generation Extension This document defines an extension to the [Service Binding Specification for Kubernetes](https://github.com/k8s-service-bindings/spec) ("Service Binding spec" for short henceforth). This extension specifies generating a Kubernetes Secret resource that can be consumed by any Service Binding spec compliant implementation. The Secret resource is generated from one of these sources: @@ -8,7 +8,7 @@ This document defines an extension to the [Service Binding Specification for Kub ## Status -This document is a pre-release, working draft of the Secret Generator extension for Service Binding, representing the collective efforts of the community. It is published for early implementors and users to provide feedback. Any part of this document may change before the extension reaches 1.0 with no promise of backwards compatibility. +This document is a pre-release, working draft of the Secret Generation extension for Service Binding, representing the collective efforts of the community. It is published for early implementors and users to provide feedback. Any part of this document may change before the extension reaches 1.0 with no promise of backwards compatibility. ## Specification