From b91ed846a0027f97607d06d3dc797e130295d34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 24 Jun 2021 15:25:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/crd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/crd.md b/slides/k8s/crd.md index acd30d67..3ad5e949 100644 --- a/slides/k8s/crd.md +++ b/slides/k8s/crd.md @@ -187,7 +187,7 @@ Note: we can update a CRD without having to re-create the corresponding resource --- -## OpenAPI v3 scheme exapmle +## OpenAPI v3 schema example This is what we have in @@LINK[k8s/coffee-3.yaml]: