summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-11-12 15:14:26 -0800
committerGitHub <noreply@github.com>2020-11-12 15:14:26 -0800
commit4f6942fb9d7909d004a93e274865249cf0107e96 (patch)
tree65386db29c776317b509f190dd34f8f3cfbb4cb8
parentde2b3975e981414a644c1836803410e50b91bd19 (diff)
parentc2a0c7613b7023eec2ed13b4aa27ece385225be1 (diff)
Merge pull request #5308 from smarterclayton/clarify_case_2
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