Skip to content

Commit da7ef29

Browse files
author
Michael Brewer
committed
docs: minor edit to letter case part 2
Corrected opening "Lambda Functions" to "Lambda functions"
1 parent be606de commit da7ef29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: AWS Lambda Powertools Python
55

66
import Note from "../src/components/Note"
77

8-
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.
8+
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.
99

1010
<Note type="info">
1111
<strong>Looking for a quick run through of the core utilities?</strong><br/><br/>

docs/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
pathPrefix: '/aws-lambda-powertools-python',
55
siteMetadata: {
66
title: 'AWS Lambda Powertools Python',
7-
description: 'A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier',
7+
description: 'A suite of utilities for AWS Lambda functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier',
88
author: `Amazon Web Services`,
99
siteName: 'AWS Lambda Powertools Python',
1010
siteUrl: `${docsWebsite}`

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"license": "MIT-0",
2121
"repository": "https://github.com/awslabs/aws-lambda-powertools-python",
2222
"name": "aws-lambda-powertools-python",
23-
"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.",
23+
"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.",
2424
"devDependencies": {}
2525
}

0 commit comments

Comments
 (0)