Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos #17613

Merged
merged 2 commits into from
Sep 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ Set this to an S3 URI to enable S3 backed repository cache.

<!-- prettier-ignore -->
!!! note
[IAM is supported](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-iam.html) when running renovate within EC2 instance in an ECS cluster. In this case, no additional environment variables are requited.
Otherwise, The following environment variables should be set in order for the S3 client to work.
[IAM is supported](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/loading-node-credentials-iam.html) when running renovate within an EC2 instance in an ECS cluster. In this case, no additional environment variables are required.
Otherwise, the following environment variables should be set for the S3 client to work.

```
AWS_ACCESS_KEY_ID
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/versioning/debian/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Debian versioning is used for Debian container images that are referenced by its major release version or a codename.
Debian versioning is used for Debian container images that are referenced by their major release version or a codename.

Versions to which this scheme applies are e.g. `11` and `bullseye`.
Container image tags such as `11-slim`, `11.4` or `11.4-slim`, `bullseye-20220822` or `bullseye-backports` are not compliant with the current implementation.