From b2b8bff5267fb577155a897d5ac6df7410e3f9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Morales=20V=C3=A9lez?= Date: Thu, 20 Jun 2024 09:33:21 +0200 Subject: [PATCH] docs: add missing ) --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 59bf46c16..09081941e 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -17,7 +17,7 @@ New to OpenAPI? Speakeasy’s [Intro to OpenAPI](https://www.speakeasyapi.dev/op ## Features -- ✅ Supports OpenAPI 3.0 and 3.1 (including advanced features like [discriminators](https://spec.openapis.org/oas/v3.1.0#discriminator-object) +- ✅ Supports OpenAPI 3.0 and 3.1 (including advanced features like [discriminators](https://spec.openapis.org/oas/v3.1.0#discriminator-object)) - ✅ Generate **runtime-free types** that outperform old school codegen - ✅ Load schemas from YAML or JSON, locally or remotely - ✅ Generate types for even huge schemas within milliseconds