Skip to content

Commit d3b7150

Browse files
authored
Typo fix (#33)
1 parent 3705d4c commit d3b7150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ urlPrefix: http://www.ecma-international.org/ecma-262/6.0/index.html; spec: ECMA
3232

3333
*This section is non-normative.*
3434

35-
The APIs specified in this specification are used to compress and decompress streams of data. They support "deflate" and "gzip" as compression algorithms. They are widely used in web developers.
35+
The APIs specified in this specification are used to compress and decompress streams of data. They support "deflate" and "gzip" as compression algorithms. They are widely used by web developers.
3636

3737
# Conformance # {#conformance}
3838

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
15461546
<main>
15471547
<h2 class="heading settled" data-level="1" id="introduction"><span class="secno">1. </span><span class="content">Introduction</span><a class="self-link" href="#introduction"></a></h2>
15481548
<p><em>This section is non-normative.</em></p>
1549-
<p>The APIs specified in this specification are used to compress and decompress streams of data. They support "deflate" and "gzip" as compression algorithms. They are widely used in web developers.</p>
1549+
<p>The APIs specified in this specification are used to compress and decompress streams of data. They support "deflate" and "gzip" as compression algorithms. They are widely used by web developers.</p>
15501550
<h2 class="heading settled" data-level="2" id="conformance"><span class="secno">2. </span><span class="content">Conformance</span><a class="self-link" href="#conformance"></a></h2>
15511551
<p>As well as sections marked as non-normative, all authoring guidelines,
15521552
diagrams, examples, and notes in this specification are non-normative.

0 commit comments

Comments
 (0)