From bdd3af0093461a0a07fa1160ca6a8768296074f5 Mon Sep 17 00:00:00 2001 From: Eoin Gallinagh Date: Thu, 14 Sep 2023 13:58:22 +0100 Subject: [PATCH] docs: spelling correction --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79cae2f0d..83edd2f9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ The MCAD and InstaScale custom resources are defined under the `api` dir: - See `mcad_types.go` and `instascale_types.go` The MCAD and InstaScale resource templates can be found under `config/internal`: - - Sorted under `mcad` and `insascale` subdirs + - Sorted under `mcad` and `instascale` subdirs The code for MCAD/InstaScale resource reconcilliation can be found in the `controllers` dir: - See `mcad_controller.go` and `instascale_controller.go`