Skip to content

Commit d46ef3a

Browse files
authored
Fix typos. (#508)
1 parent 55a06e0 commit d46ef3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ users need to be able to expect that merely visiting any given link
136136
won't have implications for the security of their computer,
137137
or for any essential aspects of their [privacy](https://www.w3.org/2001/tag/doc/ethical-web-principles/#privacy).
138138

139-
For example, an API which allows any website to
139+
For example, an API that allows any website to
140140
[detect the use of assistive technologies](#do-not-expose-use-of-assistive-tech)
141141
may make users of these technologies feel unsafe visiting unknown web pages,
142142
since any web page may detect this private information.
@@ -441,7 +441,7 @@ A font picker (high level API)
441441
over a Font Enumeration API (low level API)
442442
as it addresses the bulk of use cases,
443443
while preserving user privacy,
444-
as it is free from the the fingerprinting concerns that accompany
444+
as it is free from the fingerprinting concerns that accompany
445445
a general Font Enumeration API.
446446
A native font picker also comes with accessibility built-in,
447447
and provides consistency for end users.
@@ -1797,7 +1797,7 @@ geolocation.read({ signal });
17971797
</div>
17981798

17991799
Using `AbortSignal` consistently
1800-
as the way to cancel an asychronous operation
1800+
as the way to cancel an asynchronous operation
18011801
means that authors can write less complex code.
18021802

18031803
For example, there's a pattern of using a single `AbortSignal`
@@ -2549,7 +2549,7 @@ See also:
25492549
Look for ways to avoid enumerating devices.
25502550
If you can't avoid it, expose the least information possible.
25512551

2552-
If an API exposes the the existence, capabilities, or identifiers of more than one device,
2552+
If an API exposes the existence, capabilities, or identifiers of more than one device,
25532553
all of the risks in [[#device-ids]]
25542554
are multiplied by the number of devices.
25552555
For the same reasons,

0 commit comments

Comments
 (0)