summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/getstarted.html
diff options
context:
space:
mode:
authormkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 07:46:29 +0000
committermkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-05 07:46:29 +0000
commitb262ae6555e772c2c41663130a81de5a4f8180d0 (patch)
tree982232791e04532b884fef345247f54108d97e1a /chrome/common/extensions/docs/getstarted.html
parent58bef76fded47034de154fbcadd9fab571d4188e (diff)
downloadchromium_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/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/getstarted.html2
1 files changed, 1 insertions, 1 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>