From 43f685419b40c6623f3d3bce2d9df2c00d2472a2 Mon Sep 17 00:00:00 2001 From: Martins Onuoha Date: Thu, 4 Apr 2024 11:35:18 +0100 Subject: [PATCH] chore(README.md): correct title within context In this context, we're talking about using variables as function arguments, so it makes sense to title it appropriately. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1159781..61b17f31 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ setTimeout(blastOff, MILLISECONDS_PER_DAY); **[⬆ back to top](#table-of-contents)** -### Use explanatory variables +### Use explanatory variables as function arguments **Bad:**