summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClayton Coleman <ccoleman@redhat.com>2020-11-11 14:54:45 -0500
committerClayton Coleman <ccoleman@redhat.com>2020-11-11 14:55:01 -0500
commitc2a0c7613b7023eec2ed13b4aa27ece385225be1 (patch)
treee2ed149a64b9a5939ee0f64a2f09ecee144ec05b
parentd0e97a209b9769df0a50c2621ef53cca11a7db99 (diff)
api-conventions: Typo in initials
-rw-r--r--contributors/devel/sig-architecture/api-conventions.md2
1 files changed, 1 insertions, 1 deletions
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