From c29a54e9043d188dab4bd97ddf40e15a8549469d Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Sun, 17 Jan 2021 14:04:01 +0100 Subject: [PATCH] Fixes an anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103f6e2..7eae88c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [S-I-D](#s-i-d) - [Avoid contractions](#avoid-contractions) - [Avoid context duplication](#avoid-context-duplication) -- [Reflect expected result](#reflect-expected-result) +- [Reflect the expected result](#reflect-the-expected-result) - [Naming functions](#naming-functions) - [A/HC/LC pattern](#ahclc-pattern) - [Actions](#actions)