diff --git a/docs/content/index.mdx b/docs/content/index.mdx index 26ab367ba4c..6c2ca3dae0f 100644 --- a/docs/content/index.mdx +++ b/docs/content/index.mdx @@ -5,7 +5,7 @@ description: AWS Lambda Powertools Python import Note from "../src/components/Note" -Powertools is a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier. +Powertools is a suite of utilities for AWS Lambda functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier. Looking for a quick run through of the core utilities?

diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index d518ee8e715..0d049626e65 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -4,7 +4,7 @@ module.exports = { pathPrefix: '/aws-lambda-powertools-python', siteMetadata: { title: 'AWS Lambda Powertools Python', - description: 'A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier', + description: 'A suite of utilities for AWS Lambda functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier', author: `Amazon Web Services`, siteName: 'AWS Lambda Powertools Python', siteUrl: `${docsWebsite}` diff --git a/docs/package.json b/docs/package.json index b91de202b8e..592587b2de8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,6 +20,6 @@ "license": "MIT-0", "repository": "https://github.com/awslabs/aws-lambda-powertools-python", "name": "aws-lambda-powertools-python", - "description": "Powertools is a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.", + "description": "Powertools is a suite of utilities for AWS Lambda functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.", "devDependencies": {} }