Rodolfo Carvalho 8 år sedan
förälder
incheckning
b8dc610142
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      roles/openshift_health_checker/HOWTO_CHECKS.md

+ 1 - 1
roles/openshift_health_checker/HOWTO_CHECKS.md

@@ -10,7 +10,7 @@ Checks are typically implemented as two parts:
 2. a custom Ansible module in [library/](library), for cases when the modules
    shipped with Ansible do not provide the required functionality.
 
-The checks are called from an Ansible playbooks via the `openshift_health_check`
+The checks are called from Ansible playbooks via the `openshift_health_check`
 action plugin. See
 [playbooks/byo/openshift-preflight/check.yml](../../playbooks/byo/openshift-preflight/check.yml)
 for an example.