Skip to content

Commit b848420

Browse files
authored
docs: add missing ) (#1710)
1 parent b43f815 commit b848420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New to OpenAPI? Speakeasy’s [Intro to OpenAPI](https://www.speakeasyapi.dev/op
1717

1818
## Features
1919

20-
- ✅ Supports OpenAPI 3.0 and 3.1 (including advanced features like [discriminators](https://spec.openapis.org/oas/v3.1.0#discriminator-object)
20+
- ✅ Supports OpenAPI 3.0 and 3.1 (including advanced features like [discriminators](https://spec.openapis.org/oas/v3.1.0#discriminator-object))
2121
- ✅ Generate **runtime-free types** that outperform old school codegen
2222
- ✅ Load schemas from YAML or JSON, locally or remotely
2323
- ✅ Generate types for even huge schemas within milliseconds

0 commit comments

Comments
 (0)