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.