Browse Source

Fix typo in GUIDELINES.md (#5297)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
wizard 10 months ago
parent
commit
a277d472d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GUIDELINES.md

+ 1 - 1
GUIDELINES.md

@@ -55,7 +55,7 @@ External contributions must be reviewed separately by multiple maintainers.
 
 
 Automation should be used as much as possible to reduce the possibility of human error and forgetfulness.
 Automation should be used as much as possible to reduce the possibility of human error and forgetfulness.
 
 
-Automations that make use of sensitive credentials must use secure secret management, and must be strengthened against attacks such as [those on GitHub Actions worklows](https://github.com/nikitastupin/pwnhub).
+Automations that make use of sensitive credentials must use secure secret management, and must be strengthened against attacks such as [those on GitHub Actions workflows](https://github.com/nikitastupin/pwnhub).
 
 
 Some other examples of automation are:
 Some other examples of automation are: