Skip to content

Commit c9ae475

Browse files
Updated content under Naming Conventions in api-conventiones.md
1 parent 19b6ff0 commit c9ae475

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
@@ -1145,7 +1145,7 @@ reduce data volume, load on the system, and noise exposed to users.
11451145

11461146
## Naming conventions
11471147

1148-
* Go field names must be Pascal case. JSON field names must be camelCase. Other
1148+
* Go field names must be PascalCase. JSON field names must be camelCase. Other
11491149
than capitalization of the initial letter, the two should almost always match.
11501150
No underscores or dashes in either.
11511151
* Field and resource names should be declarative, not imperative (SomethingDoer,

0 commit comments

Comments
 (0)