From 74ac8a40048d8f7c1a70bfc1cf560794cea14a69 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Sat, 16 Sep 2023 17:22:53 +0200 Subject: [PATCH] Website: wording tweak --- docs/cost-calculator.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cost-calculator.mdx b/docs/cost-calculator.mdx index 0280335f2..ab355984c 100644 --- a/docs/cost-calculator.mdx +++ b/docs/cost-calculator.mdx @@ -3,7 +3,7 @@ export const introduction = 'Calculate the costs of running your PHP application # Serverless costs calculator -Use the calculator below to estimate the costs of running your PHP application on AWS Lambda. +Use the calculator below to estimate the costs of running your PHP application serverless on AWS Lambda. @@ -217,7 +217,7 @@ export function Calculator() {

- Total costs + Total AWS costs

${totalCost.toFixed(2)}/month