diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index 0155d6f285..af36775458 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -72,7 +72,7 @@ The `aws-actions/configure-aws-credentials` action receives a JWT from the {% da - ``: Add the name of your S3 bucket here. - ``: Replace the example with your AWS role. -- ``: Add the name of your AWs region here. +- ``: Add the name of your AWS region here. ```yaml{:copy} # Sample workflow to access AWS resources when workflow is tied to branch diff --git a/content/get-started/getting-started-with-git/managing-remote-repositories.md b/content/get-started/getting-started-with-git/managing-remote-repositories.md index 678c2f8733..3ffdb947b4 100644 --- a/content/get-started/getting-started-with-git/managing-remote-repositories.md +++ b/content/get-started/getting-started-with-git/managing-remote-repositories.md @@ -172,7 +172,7 @@ $ git remote -v ### Troubleshooting: Could not rename config section 'remote.[old name]' to 'remote.[new name]' -This error means that the remote you tried the old remote name you typed doesn't exist. +This error means that the old remote name you typed doesn't exist. You can check which remotes currently exist with the `git remote -v` command: