diff --git a/docs/adrs/0000-v2-setup-java.md b/docs/adrs/0000-v2-setup-java.md index 7d2e58ab..461994dc 100644 --- a/docs/adrs/0000-v2-setup-java.md +++ b/docs/adrs/0000-v2-setup-java.md @@ -10,7 +10,7 @@ Status: Proposed - Zulu and AdoptOpenJDK aren't the only distributions of Java though. Other providers include Oracle OpenJDK or Amazon Corretto and ideally it would be nice to support downloading Java from all providers. -- GitHub Actions virtual environments install and default to AdoptOpenJDK builds of OpenJDK. `setup-java` should align to to the same behavior. +- GitHub Actions virtual environments install and default to AdoptOpenJDK builds of OpenJDK. `setup-java` should align to the same behavior. # Decision diff --git a/docs/adrs/README.md b/docs/adrs/README.md index 8c5234de..f23a8f72 100644 --- a/docs/adrs/README.md +++ b/docs/adrs/README.md @@ -2,7 +2,7 @@ ADR, short for "Architecture Decision Record" is a way of capturing important architectural decisions, along with their context and consequences. -This folder includes ADRs for the Ecosystem Events team. ADRs are proposed in the form of a pull request, and they commonly follow this format: +This folder includes ADRs for the setup-java action. ADRs are proposed in the form of a pull request, and they commonly follow this format: * **Title**: short present tense imperative phrase, less than 50 characters, like a git commit message.