From a1438f7810d7506485747194e6ac9ea358793e09 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 14 Jan 2022 23:37:52 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3c600..352f2fa 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ cache: otp-version: "24.1" # Define the OTP version # Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones - # Cache key based on Elixir & Erlang version (also usefull when running in matrix) + # Cache key based on Elixir & Erlang version (also useful when running in matrix) - name: Restore PLT cache uses: actions/cache@v2 id: plt_cache