From 7855015c7993fe833fccf7a24e50d94d2a77796c Mon Sep 17 00:00:00 2001 From: Filip Hracek Date: Tue, 26 Apr 2022 06:35:31 +0200 Subject: [PATCH] Fix punctuation I think the question mark should not be here. --- src/perf/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perf/best-practices.md b/src/perf/best-practices.md index 7f44d94719..94dd81f795 100644 --- a/src/perf/best-practices.md +++ b/src/perf/best-practices.md @@ -169,7 +169,7 @@ TBD: It would be nice if we could link to an example. * If the calls are coming from a package that you don't own, contact the package owner and ask why - these calls are necessary? Can they be reduced or + these calls are necessary. Can they be reduced or eliminated? If not, you might need to find another package, or write your own.