Skip to content

Commit ffcd14e

Browse files
committed
Fix duplicate articles in the documentation
1 parent 4ae3495 commit ffcd14e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rulesets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h4><a name="rulesets" href="#rulesets"
5656
If the <a href="http://www.regular-expressions.info/quickstart.html"
5757
>Regular Expression</a>, or regexp, in one of those rules matches, HTTPS
5858
Everywhere <a href="#rules-and-regular-expressions">rewrites the URL</a>
59-
according the the <tt>to</tt> attribute of the rule.
59+
according the <tt>to</tt> attribute of the rule.
6060
</p>
6161

6262
<h4><a name="wildcard-targets" href="#wildcard-targets"

ruleset-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ of hostnames.
1414

1515
Instead, prefer listing explicit target hosts and a single rewrite from "^http:" to
1616
"^https:". This saves you time as a ruleset author because each explicit target
17-
host automatically creates a an implicit test URL, reducing the need to add your
17+
host automatically creates an implicit test URL, reducing the need to add your
1818
own test URLs. These also make it easier for someone reading the ruleset to figure out
1919
which subdomains are covered.
2020

0 commit comments

Comments
 (0)