Skip to content

Commit c2a0c76

Browse files
api-conventions: Typo in initials
1 parent d0e97a2 commit c2a0c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ each letter in the acronym should be uppercase, such as with `ClientIP` or
549549
as a constant the proper name should be represented in consistent casing -
550550
examples: `systemd`, `iptables`, `IPVS`, `cgroupfs`, `Docker` (as a generic
551551
concept), `docker` (as the command-line executable). If a proper name is used
552-
which has mixed capitalization like `eBFP` that should be preserved in a longer
552+
which has mixed capitalization like `eBPF` that should be preserved in a longer
553553
constant such as `eBPFDelegation`.
554554

555555
All API within Kubernetes must leverage constants in this style, including

0 commit comments

Comments
 (0)