From 7a82f958dd0eed9feea270d79133bc86b47a121d Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 25 Nov 2024 17:42:21 -0800 Subject: [PATCH] Fix spelling mistake --- plugins/optimization-detective/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/optimization-detective/readme.txt b/plugins/optimization-detective/readme.txt index cd684b217..757dd5586 100644 --- a/plugins/optimization-detective/readme.txt +++ b/plugins/optimization-detective/readme.txt @@ -104,7 +104,7 @@ add_filter( 'od_can_optimize_response', '__return_true' ); **Filter:** `od_url_metrics_breakpoint_sample_size` (default: 3) -Filters the sample size for a breakpoint's URL Metrics on a given URL. The sample size must be greater than zero. In plugin development mode, the default is 1. You can increase the sample size if you want better guarnatees that the applied optimizations will be accurate: +Filters the sample size for a breakpoint's URL Metrics on a given URL. The sample size must be greater than zero. In plugin development mode, the default is 1. You can increase the sample size if you want better guarantees that the applied optimizations will be accurate: `