Skip to content

Commit

Permalink
Fix typos (#3822)
Browse files Browse the repository at this point in the history
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

---------

Co-authored-by: Joseph Klix <jmklix@gmail.com>
Co-authored-by: Zelda Hessler <zhessler@amazon.com>
Co-authored-by: david-perez <d@vidp.dev>
  • Loading branch information
4 people authored Dec 24, 2024
1 parent 97ff93f commit 5f22e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-config/src/imds/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ fn user_agent() -> AwsUserAgent {
/// use aws_config::imds::client::Client;
/// # async fn docs() {
/// let client = Client::builder()
/// .endpoint("http://customidms:456/").expect("valid URI")
/// .endpoint("http://customimds:456/").expect("valid URI")
/// .build();
/// # }
/// ```
///
/// 2. The `AWS_EC2_METADATA_SERVICE_ENDPOINT` environment variable. Note: If this environment variable
/// is set, it MUST contain to a valid URI or client construction will fail.
/// is set, it MUST contain a valid URI or client construction will fail.
///
/// 3. The `ec2_metadata_service_endpoint` field in `~/.aws/config`:
/// ```ini
Expand Down

0 comments on commit 5f22e87

Please sign in to comment.