Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Nov 8, 2024
1 parent a36e0bd commit 5324e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/athena-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ To obtain your `aws_access_key_id` and `aws_secret_access_key`:

Save the `aws_access_key_id` and `aws_secret_access_key` for a future step.

Check warning on line 88 in website/docs/guides/athena-qs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/guides/athena-qs.md#L88

[custom.UIElements] UI elements like 'Save' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Save' should be bold.", "location": {"path": "website/docs/guides/athena-qs.md", "range": {"start": {"line": 88, "column": 1}}}, "severity": "WARNING"}

### AWS profile name
### AWS credentials file

To obtain your AWS credentials file:
1. Follow the instructions for [configuring the credentials file](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html) usin the AWS CLI
1. Locate the file on your computer
1. Locate the `~/.aws/credentials` file on your computer
1. Windows: `%USERPROFILE%\.aws\credentials`
2. Mac/Linux: `~/.aws/credentials`

Expand Down

0 comments on commit 5324e97

Please sign in to comment.