Skip to content

Commit 3818807

Browse files
authored
Typo fixes in doc (#1546)
1 parent 20b8b88 commit 3818807

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>Terminology</h2>
176176
that is not larger than <var>value</var>.
177177

178178
<p>
179-
A <dfn data-lt=uuid>Universally Unique IDentifier (UUID)</dfn>
179+
A <dfn data-lt=uuid>Universally Unique Identifier (UUID)</dfn>
180180
is a 128 bits long URN that requires no central registration process.
181181
<dfn>Generating a UUID</dfn> means
182182
<i>Creating a UUID From Truly Random or Pseudo-Random Numbers</i>,
@@ -1382,7 +1382,7 @@ <h3>Extensions</h3>
13821382
session</a> response is sent to the <a>remote end</a>. These
13831383
algorithms are called with <var>session</var> representing the
13841384
WebDriver session that will be established, and
1385-
<var>capabilites</var>, the capabilities object that will be returned
1385+
<var>capabilities</var>, the capabilities object that will be returned
13861386
to the <a>remote end</a>. It is permitted for such an algorithm to
13871387
modify any entry in the capabilities object with a name that's an
13881388
<a>additional WebDriver capability</a> defined by the same
@@ -2842,7 +2842,7 @@ <h2>Navigation</h2>
28422842
<dt><a>response</a> is a network error
28432843
<dd><p>Return <a>error</a> with <a>error code</a> <a>unknown error</a>.
28442844
<p class="note">A &quot;network error&quot; in this case is not an
2845-
HTTP response with a status code indicating an unsucessful result,
2845+
HTTP response with a status code indicating an unsuccessful result,
28462846
but could be a problem occurring lower in the OSI model, or a
28472847
failed DNS lookup.
28482848

@@ -6285,7 +6285,7 @@ <h3>Executing Script</h3>
62856285
</ol>
62866286

62876287
<p>The rules to <dfn>execute a function body</dfn> are as follows.
6288-
The algorithm returns <a data-lt="completion">an ECMASCript completion record</a>.
6288+
The algorithm returns <a data-lt="completion">an ECMAScript completion record</a>.
62896289

62906290
<p>If at any point during the algorithm a <a>user prompt</a> appears,
62916291
abort all subsequent substeps of this algorithm, and return
@@ -9978,6 +9978,7 @@ <h2>Acknowledgements</h2>
99789978
<!-- Sam Sneddon --> Sam Sneddon,
99799979
<!-- Seva Lotoshnikov --> Seva Lotoshnikov,
99809980
<!-- Simon Stewart --> <a href=http://www.rocketpoweredjetpants.com/>Simon Stewart</a>,
9981+
<!-- Sri Harsha --> Sri Harsha,
99819982
<!-- Titus Fortner --> Titus Fortner,
99829983
<!-- Vangelis Katsikaros --> and Vangelis Katsikaros.
99839984

@@ -10053,7 +10054,7 @@ <h2>Index</h2>
1005310054
in the Document Object Model specification: [[DOM]]
1005410055
<ul>
1005510056
<!-- Attribute --> <li><dfn><a href=https://dom.spec.whatwg.org/#concept-attribute>Attribute</a></dfn>
10056-
<!-- comapreDocumentPosition --> <li><dfn><a href=https://dom.spec.whatwg.org/#dom-node-comparedocumentposition>compareDocumentPosition</a></dfn>
10057+
<!-- compareDocumentPosition --> <li><dfn><a href=https://dom.spec.whatwg.org/#dom-node-comparedocumentposition>compareDocumentPosition</a></dfn>
1005710058
<!-- connected --> <li><dfn><a href=https://dom.spec.whatwg.org/#connected>connected</a></dfn>
1005810059
<!-- context object --><li><dfn><a href="https://dom.spec.whatwg.org/#context-object">context object</a></dfn>
1005910060
<!-- Descendant --> <li><dfn><a href=https://dom.spec.whatwg.org/#concept-tree-descendant>Descendant</a></dfn>

0 commit comments

Comments
 (0)