Skip to content

Commit 1610946

Browse files
committed
Merge pull request #110 from styfle/patch-1
Fix typos
2 parents 5baeae8 + e736a6c commit 1610946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ The following options can be passed to the `PreMailer.MoveCssInline` method to c
4040
### External style sheets
4141
Sometimes it's handy to reference external style sheets with a `<link href="..." />` element. PreMailer will download and use external style sheets as long as the value of `href` ends with `.css`.
4242

43-
Both absolute and relative URLs are suppored. If the URL is relative, you must specify the `baseUri` parameter in either the constructor, or when calling the static `MoveCssInline` method.
43+
Both absolute and relative URLs are supported. If the URL is relative, you must specify the `baseUri` parameter in either the constructor, or when calling the static `MoveCssInline` method.
4444

4545
`<link />` elements that match the `ignoreElements` selector won't be downloaded.
4646

4747
### Media queries
4848
If you want to [apply mobile styles to your e-mail](http://help.campaignmonitor.com/topic.aspx?t=164), you should put your
4949
mobile specific styles in its own `style` block that targets the appropriate devices using media queries.
5050

51-
But since you cannot know by the time of sending an e-mail wether or not it will be viewed on a mobile device, the `style`
51+
But since you cannot know by the time of sending an e-mail whether or not it will be viewed on a mobile device, the `style`
5252
block that targets mobile devices should not be inlined!
5353

5454
To ignore a `style` block, you need to specify an ignore selector when calling the `MoveCssInline` method, like this:

0 commit comments

Comments
 (0)