Skip to content

Commit 1946826

Browse files
committed
Fix typos
1 parent ba5fd58 commit 1946826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en_US/rulesets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A `ruleset` is an [XML](http://www.xml.com/pub/a/98/10/guide0.html?page=2) file
1313

1414
<rule from="^http:"
1515
to="https:" />
16-
</ruleset>
16+
</ruleset>
1717
```
1818

1919
The `target` tag specifies which web sites the ruleset applies to. The `rule` tag specifies how URLs on those web sites should be rewritten. This rule says that any URLs on `rabbitmq.com` and `www.rabbitmq.com` should be modified by replacing "http:" with "https:".
@@ -80,7 +80,7 @@ You can test rulesets in the browser using a hidden debugging page, but please b
8080
* Firefox: `about:addons` > HTTPS Everywhere preferences > click under `General Settings` > press <kbd>Ctrl-Z</kbd>
8181
* Chromium/Chrome: `chrome://extensions/` > HTTPS Everywhere options > click under `General Settings` > press <kbd>Ctrl-Z</kbd>
8282

83-
You might need to disable popup blocking for the page to appear. Once you have you loaded the page, you might find it convenient to bookmark it for later use.
83+
You might need to disable popup blocking for the page to appear. Once you have loaded the page, you might find it convenient to bookmark it for later use.
8484

8585
If you&apos;ve tested your rule and are sure it would be of use to the world at large, submit it as a [pull request](https://help.github.com/articles/using-pull-requests/) on our [GitHub repository](https://github.com/EFForg/https-everywhere/) or send it to the rulesets mailing list at `https-everywhere-rules AT eff.org`. Please be aware that this is a public and publicly-archived mailing list.
8686

@@ -96,7 +96,7 @@ Sometimes rulesets are useful or interesting, but cause problems that make them
9696
<ruleset name="Amazon (buggy)" default_off="breaks site">
9797
<target host="www.amazon.*" />
9898
<target host="amazon.*" />
99-
</ruleset>
99+
</ruleset>
100100
```
101101

102102
You can add more details, like a link to a bug report, in the comments for the file.

0 commit comments

Comments
 (0)