diff options
author | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-05 07:46:29 +0000 |
---|---|---|
committer | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-05 07:46:29 +0000 |
commit | b262ae6555e772c2c41663130a81de5a4f8180d0 (patch) | |
tree | 982232791e04532b884fef345247f54108d97e1a /chrome/common/extensions/docs | |
parent | 58bef76fded47034de154fbcadd9fab571d4188e (diff) | |
download | chromium_src-b262ae6555e772c2c41663130a81de5a4f8180d0.zip chromium_src-b262ae6555e772c2c41663130a81de5a4f8180d0.tar.gz chromium_src-b262ae6555e772c2c41663130a81de5a4f8180d0.tar.bz2 |
Fixing typo in the URL of an icon in the "Getting Started" tutorial.
BUG=111741
TBR=aa@chromium.org,mkearney@google.com
Review URL: https://chromiumcodereview.appspot.com/9323063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 7217bb7..c042bb8 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -253,7 +253,7 @@ <p>Copy this icon to the same folder:</p> <div style="width: 150px; text-align: center;"> <a href="examples/tutorials/getstarted/icon.png" download="icon"> - <img src="examplex/tutorials/getstarted/icon.png" width="19" height="19" alt="" style="display: block; margin: 0.25em auto;"> + <img src="examples/tutorials/getstarted/icon.png" width="19" height="19" alt="" style="display: block; margin: 0.25em auto;"> Download icon.png </a> </div> diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 7fd0407..53663d0 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -54,7 +54,7 @@ <div style="width: 150px; text-align: center;"> <a href='examples/tutorials/getstarted/icon.png' download='icon'> - <img src='examplex/tutorials/getstarted/icon.png' + <img src='examples/tutorials/getstarted/icon.png' width='19' height='19' alt='' |