Skip to content

Commit 08ccf2b

Browse files
Improve docs
Co-authored-by: Felix Arntz <[email protected]>
1 parent 3816e2e commit 08ccf2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/optimization-detective/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ add_filter( 'od_url_metric_freshness_ttl', static function (): int {
148148

149149
Filters the minimum allowed viewport aspect ratio for URL Metrics.
150150

151-
The 0.4 value is intended to accommodate the phone with the greatest known aspect ratio at 21:9 when rotated 90 degrees to 9:21 (0.429). During development you may want to set this to 0 to account Dev Tools likely being open and docked to the right:
151+
The 0.4 value is intended to accommodate the phone with the greatest known aspect ratio at 21:9 when rotated 90 degrees to 9:21 (0.429). During development when you have the DevTools console open on the right, the viewport aspect ratio will be smaller than normal. In this case, you may want to set this to 0:
152152

153153
`
154154
<?php
@@ -163,7 +163,7 @@ Filters the maximum allowed viewport aspect ratio for URL Metrics.
163163

164164
The 2.5 value is intended to accommodate the phone with the greatest known aspect ratio at 21:9 (2.333).
165165

166-
During development when you have the DevTools console open on the bottom, for example, the viewport aspect ratio larger than normal. In this case, you may want to increase the maximum aspect ratio:
166+
During development when you have the DevTools console open on the bottom, for example, the viewport aspect ratio will be larger than normal. In this case, you may want to increase the maximum aspect ratio:
167167

168168
`
169169
<?php

0 commit comments

Comments
 (0)