summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:35:36 -0700
committerJanas Page <janaspage@users.noreply.github.com>2014-08-05 16:35:36 -0700
commite81d78624d404f7c14c3ea681d1abf2ca54f5399 (patch)
tree22716d9cc7424a9f3e2a6707db7df49603287012
parent624a7ff7b0a9fa8e696eb83bfed79d49a565f45e (diff)
downloadsvg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.tar.gz
svg.js-e81d78624d404f7c14c3ea681d1abf2ca54f5399.zip
Correct spelling/typo.
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6abcee3..d44bce4 100755
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ The `<defs>` element is a container element for referenced elements. Elements th
var defs = draw.defs()
```
-The defs are also availabel on any other element through the `doc()` method:
+The defs are also available on any other element through the `doc()` method:
```javascript
var defs = rect.doc().defs()
xmlgraphics-fop.git/tree/src?h=Temp_PDF_in_PDF&id=725096997b8e75b68257849bbecfba0cc65443bc'>src/java/org/apache/fop/pdf/PDFXMode.java
blob: 971ce05231454f2f421cbe0109b21919b5b8e11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63