From b197cd9fdec91f82e9c52dde8f9ccbaacd5774c1 Mon Sep 17 00:00:00 2001 From: brucearctor <5032356+brucearctor@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:11:36 -0700 Subject: [PATCH] protobf -> becomes -> protobuf (#329) Signed-off-by: Bruce Arctor <5032356+brucearctor@users.noreply.github.com> --- cookbook/core/extend_flyte/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/core/extend_flyte/README.rst b/cookbook/core/extend_flyte/README.rst index 62a5f62c4..fc60fa324 100644 --- a/cookbook/core/extend_flyte/README.rst +++ b/cookbook/core/extend_flyte/README.rst @@ -119,7 +119,7 @@ A backend plugin essentially makes it possible for users to write extensions for #. Need to be implemented in golang #. Needs a FlytePropeller build - *currently* -#. Need to implement contract in some spec language like protobf, openAPI etc +#. Need to implement contract in some spec language like protobuf, openAPI etc #. Development cycle can be much slower than flytekit only plugins