From 8ec3a81b0e88e62806d40bce699b8d14511b6e7e Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Fri, 6 Jun 2025 10:31:25 +0200 Subject: [PATCH] cnoe.md: fix misspelling Correct the spelling of "traditional" in the document. --- cnoe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnoe.md b/cnoe.md index da4234c..3dba356 100644 --- a/cnoe.md +++ b/cnoe.md @@ -2,7 +2,7 @@ Our first hands-on demo will make use of the [CNOE Open Source IDP Framework](https://cnoe.io/), and will give you a good understanding of the fundamentals of how to setup an IDP for simple use cases. We will be using the [CNOE Reference Implementation](https://cnoe.io/docs/reference-implementation/integrations/reference-impl) as the foundation for this tutorial! -The CNOE framework is setup to function in a more traditoinal "devops" context; there isn't a separation of concerns between developers and operations in this particular instance. With that in mind, this is great for small teams and applications. +The CNOE framework is setup to function in a more traditional "devops" context; there isn't a separation of concerns between developers and operations in this particular instance. With that in mind, this is great for small teams and applications. You'll be invited to an instance of [Coder](https://coder.com) at the end of this week's lecture. Please let us know if you're unable to access it by emailing us. Using the Coder setup, we'll scaffold an IDP centered around a Kind cluster on a virtual machine.