File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Let's explore how overlays can enhance and adapt this specification to do the fo
50
50
51
51
* [Adding Speakeasy Extensions](#adding-speakeasy-extensions)
52
52
* [Adding SDK Specific Documentation](#adding-sdk-specific-documentation)
53
- * [Modifying Auto-Generated Schemas](#modifying-auto-generated -schemas)
53
+ * [Modifying AutoGenerated Schemas](#modifying-autogenerated -schemas)
54
54
* [Adding Examples to API Documentation](#adding-examples-to-api-documentation)
55
55
* [Hiding Internal APIs from a Public SDK](#hiding-internal-apis-from-a-public-sdk)
56
56
* [Removing specific PUT operation](#removing-specific-put-operation)
@@ -92,7 +92,7 @@ actions:
92
92
- value : " For Java SDK: use `OrderService.placeOrder()`. For JavaScript SDK: use `orderService.placeOrder()`."
93
93
` ` `
94
94
95
- ### Modifying Auto-Generated Schemas
95
+ ### Modifying Autogenerated Schemas
96
96
97
97
**Objective:** Enhance the precision of the Drink schema, making it more descriptive and informative for API consumers.
98
98
You can’t perform that action at this time.
0 commit comments