From a118ddc1e8c161ddfea6ac04948ed3764b90dbfe Mon Sep 17 00:00:00 2001 From: Zander Date: Wed, 21 May 2025 14:23:59 -0400 Subject: [PATCH] Update quick-start.mdx Fix heading typo "Yay! Your're on Rails" -> "Yay! You're on Rails!" --- docs/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.mdx b/docs/quick-start.mdx index 7f0d8c9..b4ce7d6 100644 --- a/docs/quick-start.mdx +++ b/docs/quick-start.mdx @@ -84,7 +84,7 @@ Now we can run the deploy script which uses the AWS SAM CLI. Deploy scripts are best run via automated CI/CD system such as GitHub Actions. Please see our full deployment section ::: -## Yay! Your're on Rails! +## Yay! You're on Rails! At the end of the deploy process above, you will see SAM print the outputs for the CloudFormation template being deployed. This includes your Lambda Function URL, a free web server proxy to your Lambda container running Rails.