Skip to content

Commit 66a97d7

Browse files
committed
Sync open source content 🐝 (from 8d315928a0b3e2138a80d3f077b41002cb37e9c7)
1 parent 3a70ff1 commit 66a97d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/sdks/overlays/overlays.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Let's explore how overlays can enhance and adapt this specification to do the fo
5050
5151
* [Adding Speakeasy Extensions](#adding-speakeasy-extensions)
5252
* [Adding SDK Specific Documentation](#adding-sdk-specific-documentation)
53-
* [Modifying Auto-Generated Schemas](#modifying-auto-generated-schemas)
53+
* [Modifying AutoGenerated Schemas](#modifying-autogenerated-schemas)
5454
* [Adding Examples to API Documentation](#adding-examples-to-api-documentation)
5555
* [Hiding Internal APIs from a Public SDK](#hiding-internal-apis-from-a-public-sdk)
5656
* [Removing specific PUT operation](#removing-specific-put-operation)
@@ -92,7 +92,7 @@ actions:
9292
- value: "For Java SDK: use `OrderService.placeOrder()`. For JavaScript SDK: use `orderService.placeOrder()`."
9393
```
9494
95-
### Modifying Auto-Generated Schemas
95+
### Modifying Autogenerated Schemas
9696
9797
**Objective:** Enhance the precision of the Drink schema, making it more descriptive and informative for API consumers.
9898

0 commit comments

Comments
 (0)