Skip to content

Commit 6bb74d0

Browse files
committed
smart casing
1 parent 118eab6 commit 6bb74d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/sdks/reference/generators-yml-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Specific version of the generator to use
409409
<ParamField path="smart-casing" type="boolean" default="false">
410410
Enables intelligent case conversion that preserves numbers and common programming patterns:
411411
- Numbers stay intact (e.g., `v2` instead of `v_2`, `getUsersV2` instead of `getUsersV_2`)
412-
- Initialisms are preserved (e.g., `PreviousResponseID` instead of `PreviousResponseId`)
412+
- Initialisms are preserved (e.g., `CustomerID` instead of `CustomerId`)
413413
- Acronyms remain correct (e.g., `HTTPSConnection` stays `HTTPSConnection`)
414414
</ParamField>
415415

0 commit comments

Comments
 (0)