From 2ec5d5b6347aa786c8725cc74c6c042a7e0d94cd Mon Sep 17 00:00:00 2001 From: Justin Black Date: Tue, 21 May 2024 22:51:35 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd45fe84da..168e825cf9c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Currently, the following languages/frameworks are supported: - endpoint parameter names - Openapi document inline schemas supported at any depth in any location - Generated Code: Class + method inputs are typed -- Generated Code: Static type checking done in static languages suing builder inputs and class property access +- Generated Code: Static type checking done in static languages using builder inputs and class property access - Generated Code: run-time type checking done in all generators (a payload can be validated against n schemas) - Generated Code re-use built in from the ground up - components/schemas/headers etc are generated as separate classes and imported when used via $ref