From 144178827959eee183b91f3f5c4b340b4271d45d Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 15 Jul 2021 11:38:39 +0200
Subject: [PATCH] docs: fix typos (#10857)

---
 lib/manager/github-actions/readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/manager/github-actions/readme.md b/lib/manager/github-actions/readme.md
index b0b6f2d55c..3c4cc8951f 100644
--- a/lib/manager/github-actions/readme.md
+++ b/lib/manager/github-actions/readme.md
@@ -17,10 +17,10 @@ jobs:
 Renovate will update the commit SHA but follow the GitHub tag you specified.
 Renovate can update digests that use SHA1 and SHA256 algorithms.
 
-If you want to automatically pin action digests add the `helper:pinGitHubActionDigests` preset to the `extends` array:
+If you want to automatically pin action digests add the `helpers:pinGitHubActionDigests` preset to the `extends` array:
 
 ```json
 {
-  "extends": ["helper:pinGitHubActionDigests"]
+  "extends": ["helpers:pinGitHubActionDigests"]
 }
 ```
-- 
GitLab