Skip to content

Commit 43520e2

Browse files
committed
s/suitable value/a suitable x value/
1 parent e106c2e commit 43520e2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Overview.src.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,14 +1904,13 @@ <h2>Fetching</h2>
19041904
<th><span title=hint-value>hint-value</span>
19051905
<tr>
19061906
<td>`<code title=http-dpr>dpr</a></code>`
1907-
<td><a href=http://httpwg.org/http-extensions/client-hints.html#dpr>
1908-
suitable value</a>
1907+
<td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#dpr>dpr value</a>
19091908
<tr>
19101909
<td>`<code title=http-save-data>save-data</code>`
1911-
<td><var><a href=http://httpwg.org/http-extensions/client-hints.html#save-data>suitable value</a></var>
1910+
<td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#save-data>save-data value</a>
19121911
<tr>
19131912
<td>`<code title=http-viewport-width>viewport-width</code>`
1914-
<td><var><a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>suitable value</a></var>
1913+
<td>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>viewport-width value</a>
19151914
</table>
19161915

19171916
<li>
@@ -1923,13 +1922,13 @@ <h2>Fetching</h2>
19231922
<li><p>Set <var>value</var> to the first matching statement, if any, switching on <var>hint-name</var>:
19241923
<dl class=switch>
19251924
<dt>"<code title>dpr</code>"
1926-
<dd><a href=http://httpwg.org/http-extensions/client-hints.html#dpr>suitable value</a>
1925+
<dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#dpr>dpr value</a>
19271926
<dt>"<code title>save-data</code>"
1928-
<dd><a href=http://httpwg.org/http-extensions/client-hints.html#save-data>suitable value</a>
1927+
<dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#save-data>save-data value</a>
19291928
<dt>"<code title>viewport-width</code>"
1930-
<dd><a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>suitable value</a>
1929+
<dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>viewport-width value</a>
19311930
<dt>"<code title>width</code>"
1932-
<dd><a href=http://httpwg.org/http-extensions/client-hints.html#width>suitable value</a></code>
1931+
<dd>a suitable <a href=http://httpwg.org/http-extensions/client-hints.html#width>width value</a></code>
19331932
</dl>
19341933
<li><p><span title=concept-header-list-append>Append</span>
19351934
<var>hint-name</var>/<var>value</var> to <var>request</var>'s

0 commit comments

Comments
 (0)