Skip to content

Commit f9c0242

Browse files
s/schema/scheme
1 parent 9eb1124 commit f9c0242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,16 +1652,16 @@ <h3>Proxy</h3>
16521652

16531653
</table>
16541654

1655-
<p>A <dfn>proxy url</dfn> consists of an optional <a>proxy scheme</a>
1656-
followed by the string "<code>://</code>", a valid <a>host</a>,
1657-
and optionally a colon followed by a valid <a>port</a>. The <a>host</a>
1655+
<p>A <dfn>proxy url</dfn> consists of an optional <a>proxy scheme</a>
1656+
followed by the string "<code>://</code>", a valid <a>host</a>,
1657+
and optionally a colon followed by a valid <a>port</a>. The <a>host</a>
16581658
may <a data-lt="includes credentials">include credentials</a>. If the
16591659
<var>scheme</var> is omitted, the <var>scheme</var> is implied to be
16601660
"<code>http</code>". If the port is omitted and <var>scheme</var> has a
16611661
<a>default port</a>, this is the implied port. Otherwise, the port is left
16621662
undefined.
16631663

1664-
<p>A <dfn>proxy schema</dfn> is defined as being one of the following strings:
1664+
<p>A <dfn>proxy scheme</dfn> is defined as being one of the following strings:
16651665
"<code>http</code>", "<code>https</code>", "<code>socks</code>",
16661666
"<code>socks4</code>", "<code>socks5</code>".
16671667

0 commit comments

Comments
 (0)