Skip to content

Commit 7a82f95

Browse files
committed
Fix spelling mistake
1 parent 5f808bb commit 7a82f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/optimization-detective/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ add_filter( 'od_can_optimize_response', '__return_true' );
104104

105105
**Filter:** `od_url_metrics_breakpoint_sample_size` (default: 3)
106106

107-
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:
107+
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:
108108

109109
`
110110
<?php

0 commit comments

Comments
 (0)