From 72ccec3536fa0e891d21155afdf3194c85d71e16 Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Mon, 15 Jan 2024 14:33:53 +0100 Subject: [PATCH] Fix typo --- docs/cue/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cue/introduction.md b/docs/cue/introduction.md index 946f1244..ecac44ae 100644 --- a/docs/cue/introduction.md +++ b/docs/cue/introduction.md @@ -51,7 +51,7 @@ that can be reused across multiple Kubernetes objects. The CUE language was originally developed at Google by [Marcel van Lohuizen](https://github.com/mpvl) who co-created the Borg Configuration Language (BCL). Although CUE is very different from BCL, it -incorporates many of the lessons learned from 15 years of GCL usage. +incorporates many of the lessons learned from 15 years of BCL usage. Nowadays, CUE is an independent open source project maintained by a dedicated team, with a growing community of contributors and users.