diff --git a/.circleci/config.yml b/.circleci/config.yml index f3b102b..af21b43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - restore_cache: keys: - dependencies-{{ checksum "package.json" }}-v1 - # fallback to using the latest cache if no exact match is found + # fallback to using the latest cache if no exact match is foun - dependencies- - run: yarn install - save_cache: