From 3525ee7ab9042d87711c91f2c0ac6ece24ad9c5c Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 29 Jan 2020 07:09:20 +0100 Subject: [PATCH] Add more principles. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc63ef..fbe4c9c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ More often comments should contain some 'why' and not some 'what'. If the 'what' ```javascript // The number of 700ms has been calculated empirically based on UX A/B test results. -// @see: +// @see: const callbackDebounceRate = 700; ```