From e0c1718aca59f0c6631ab7c694eca2f1dab42531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Fri, 17 Oct 2025 08:14:50 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447e6c8..2f062a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The library provides: - Built-in support for [Amazon API Gateway HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html) events - Re-exported dependencies to minimize `Package.swift` complexity -We strongly recommend to never deploy openly available API. The QuoteAPI example project shows you how to add a Lambda Authorizer function to the API Gateway. +We strongly recommend never deploying an openly available API. The QuoteAPI example project shows you how to add a Lambda Authorizer function to the API Gateway. ## Prerequisites - [AWS Account](https://console.aws.amazon.com/)