From c2a0c7613b7023eec2ed13b4aa27ece385225be1 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Wed, 11 Nov 2020 14:54:45 -0500 Subject: api-conventions: Typo in initials --- contributors/devel/sig-architecture/api-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 39df0c76..3784f78e 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -549,7 +549,7 @@ each letter in the acronym should be uppercase, such as with `ClientIP` or as a constant the proper name should be represented in consistent casing - examples: `systemd`, `iptables`, `IPVS`, `cgroupfs`, `Docker` (as a generic concept), `docker` (as the command-line executable). If a proper name is used -which has mixed capitalization like `eBFP` that should be preserved in a longer +which has mixed capitalization like `eBPF` that should be preserved in a longer constant such as `eBPFDelegation`. All API within Kubernetes must leverage constants in this style, including -- cgit v1.2.3