From 7cf0bbb99cb843fec5a0eb6d0115dfaf0b0aa6a9 Mon Sep 17 00:00:00 2001 From: Thiago Araujo Date: Sun, 15 Oct 2023 17:44:57 -0600 Subject: [PATCH] fix: typo in MAINTAINING.md --- MAINTAINING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index b9ad575466..c5a8ad7821 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -13,7 +13,7 @@ If you're reviewing a PR, you should ask yourself: ## Security - Please review [GitHub's Good security practices for using GitHub Actions features](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions) often. -- Only [approve first time contributors PRs](https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/) after reviewing the code carefully to prevent bac actors. +- Only [approve first time contributors PRs](https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/) after reviewing the code carefully to prevent bad actors. - When merging dependabot PRs, make sure to review the changes in the PR and to check the authenticity of the bot account. ### TODO @@ -24,4 +24,4 @@ If you're reviewing a PR, you should ask yourself: - Issuing new releases - Updating the Changelog - Granting Rubygems access -- Labeling Issues and PRs \ No newline at end of file +- Labeling Issues and PRs