Skip to content

Commit 124c52f

Browse files
authored
Fix extra character, service naming, and extra header. (#4295)
1 parent 666f702 commit 124c52f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

javascriptv3/example_code/sts/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [AWS STS code examples for the SDK for JavaScript (v3)
1+
# AWS STS code examples for the SDK for JavaScript (v3)
22

33
## Overview
44

@@ -15,8 +15,6 @@ AWS provides AWS STS as a web service that enables you to request temporary, lim
1515

1616
## Code examples
1717

18-
### Get started
19-
2018
### Single actions
2119

2220
Code excerpts that show you how to call individual service functions.

javascriptv3/example_code/sts/libs/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
import { STSClient } from "@aws-sdk/client-sts";
88
// Set the AWS Region.
99
const REGION = "us-east-1";
10-
// Create an Amazon STS service client object.
10+
// Create an AWS STS service client object.
1111
export const client = new STSClient({ region: REGION });
1212
// snippet-end:[javascript.v3.sts.client]

0 commit comments

Comments
 (0)