From e2f03e00ba409f440e4a78afd07c6f2d6d9351d9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 22 Oct 2020 12:27:22 -0400 Subject: [PATCH] typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5def0f2a..b097812cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,7 @@ workflows: jobs: dockerhub-auth-template: # This isn't a real job. It doesn't get scheduled as part of any - # workhlow. Instead, it's just a place we can hang a yaml anchor to + # workflow. Instead, it's just a place we can hang a yaml anchor to # finish the Docker Hub authentication configuration. Workflow jobs using # the DOCKERHUB_CONTEXT anchor will have access to the environment # variables used here. These variables will allow the Docker Hub image