diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2008-01-19 20:44:31 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2008-01-19 20:44:31 +0000 |
commit | a391fab6faf6c7040bf789de3868c3082ff826f6 (patch) | |
tree | bac5085705a52b756e85114ecf42305f8d242600 /docs | |
parent | 2f70ff7346714df1c1e420392e2a138c0e7e2c62 (diff) | |
download | zetacomponents-graph-a391fab6faf6c7040bf789de3868c3082ff826f6.zip zetacomponents-graph-a391fab6faf6c7040bf789de3868c3082ff826f6.tar.gz |
- Fixed typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.txt b/docs/tutorial.txt index b9ac0e7..5dc5338 100644 --- a/docs/tutorial.txt +++ b/docs/tutorial.txt @@ -1023,7 +1023,7 @@ element like following example shows. :: - <object date="path/to/image.svg" type="image/svg+xml"> + <object data="path/to/image.svg" type="image/svg+xml"> You need a browser capeable of SVG to display this image. </object> |