From 538e561d0a6143c355a59a78b99bfb4c4711080c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 16 May 2020 15:58:18 +1200 Subject: [PATCH] docs(no-deprecated-functions): add missing code quotes (#582) --- docs/rules/no-deprecated-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-deprecated-functions.md b/docs/rules/no-deprecated-functions.md index 7800088a9..c591e0aeb 100644 --- a/docs/rules/no-deprecated-functions.md +++ b/docs/rules/no-deprecated-functions.md @@ -1,4 +1,4 @@ -# Disallow use of deprecated functions (no-deprecated-functions) +# Disallow use of deprecated functions (`no-deprecated-functions`) Over the years Jest has accrued some debt in the form of functions that have either been renamed for clarity, or replaced with more powerful APIs.