Skip to content

Commit 876429d

Browse files
author
Christoph Burgmer
committed
Typos
1 parent 10247aa commit 876429d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To cope with the existing limitations, rasterizeHTML.js will load external image
2525
Limitations
2626
-----------
2727

28-
SVG is not allowed to link to external resources, as such all used resources need to be embedded using data: URIs. While the solution to that is loading and inlining external resources those can only be loaded if from the same origin (unless CORS is used).
28+
SVG is not allowed to link to external resources, as such all resources need to be embedded using data: URIs. While the solution to that is loading and inlining external resources those can only be loaded if from the same origin (unless CORS is used).
2929

3030
The code is tested under Firefox, Chrome & Safari. However IE is not supported so far.
3131

test/InlineStylesSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe("Impor styles", function () {
1+
describe("Import styles", function () {
22
var doc, loadCSSImportsForRulesSpy, loadAndInlineCSSResourcesForRulesSpy, callback;
33

44
beforeEach(function () {

0 commit comments

Comments
 (0)