Skip to content

Commit 3303c7a

Browse files
foolipAutomatedTester
authored andcommitted
Address own grammar/whitespace nits
1 parent 5a2d8a4 commit 3303c7a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,15 +1379,16 @@ <h3>Extensions</h3>
13791379
matched, or a non-null JSON-serializable value if the capability is
13801380
matched.
13811381

1382-
<p>Other specifications may also define a <dfn>WebDriver new
1383-
session algorithm</dfn>, which are called just after a new session is
1384-
created, and before the <a>new session</a> response is sent to the
1385-
<a>remote end</a>. These algorithms are called with <var>session</var>
1386-
representing the WebDriver session that will be established,
1387-
and <var>capabilites</var>, the capabilities object that will be
1388-
returned to the <a>remote end</a>. It is permitted for such an
1389-
algorithm to modify any entry in the capabilities object with a name
1390-
that's an <a>additional WebDriver capability</a> defined by the same
1382+
<p>Other specifications may also define <dfn data-lt="WebDriver new
1383+
session algorithm">WebDriver new session algorithms</dfn>, which are
1384+
called just after a new session is created, and before the <a>new
1385+
session</a> response is sent to the <a>remote end</a>. These
1386+
algorithms are called with <var>session</var> representing the
1387+
WebDriver session that will be established, and
1388+
<var>capabilites</var>, the capabilities object that will be returned
1389+
to the <a>remote end</a>. It is permitted for such an algorithm to
1390+
modify any entry in the capabilities object with a name that's an
1391+
<a>additional WebDriver capability</a> defined by the same
13911392
specification.
13921393

13931394
<p><a>Remote ends</a> may also introduce
@@ -2361,7 +2362,7 @@ <h3 id=new-session><dfn data-lt="new sessions|creating a new session">New Sessio
23612362

23622363
<li><p>Set the <a>current session</a> to <var>session</var>.
23632364

2364-
<li><p>Run any <a>WebDriver new session algorithm</a>defined in
2365+
<li><p>Run any <a>WebDriver new session algorithm</a> defined in
23652366
external specifications, with arguments <var>session</var>
23662367
and <var>capabilities</var>.
23672368

0 commit comments

Comments
 (0)