Skip to content

Commit f137ba7

Browse files
authored
Merge pull request #142 from gyft/fix-letter-case
docs: minor edit to letter case part 2
2 parents be606de + da7ef29 commit f137ba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/content/index.mdx

+1-1
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/>

Diff for: docs/gatsby-config.js

+1-1
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}`

Diff for: docs/package.json

+1-1
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)