From 21eea478ee1c17a544282a98d5790b1648736bca Mon Sep 17 00:00:00 2001 From: nikolas Date: Thu, 21 May 2020 13:42:17 -0400 Subject: [PATCH] fix typo in readme: typcial -> typical --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0f4805..f88ebd8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ aws-mfa: Easily manage your AWS Security Credentials when using Multi-Factor Aut The concept behind **aws-mfa** is that there are 2 types of credentials: -* `long-term` - Your typcial AWS access keys, consisting of an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` +* `long-term` - Your typical AWS access keys, consisting of an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` * `short-term` - A temporary set of credentials that are generated by AWS STS using your `long-term` credentials in combination with your MFA device serial number (either a hardware device serial number or virtual device ARN) and one time token code. Your short term credentials are the credentials that are actively utilized by the AWS SDK in use. @@ -286,4 +286,4 @@ INFO - Success! Your credentials will expire in 3600 seconds at: 2017-07-10 07:1 $> aws s3 list-objects —bucket my-production-bucket —profile myorganization-production $> aws s3 list-objects —bucket my-staging-bucket —profile myorganization-staging -``` \ No newline at end of file +```