diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 02:27:19 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 02:27:19 +0000 |
commit | ee9be6939302cb196a05c39ba17e150a678651e9 (patch) | |
tree | 594052d3784d9438740d48f5a7b19c215a005644 /chrome/common/extensions/docs/overview.html | |
parent | 54a102904270a1adb7bd45d6b84c1ebe72c32eba (diff) | |
download | chromium_src-ee9be6939302cb196a05c39ba17e150a678651e9.zip chromium_src-ee9be6939302cb196a05c39ba17e150a678651e9.tar.gz chromium_src-ee9be6939302cb196a05c39ba17e150a678651e9.tar.bz2 |
Extension Doc Changes (no building or testable changes) - Render Docs
TBR=kathyw
Review URL: http://codereview.chromium.org/200091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/overview.html')
-rwxr-xr-x | chrome/common/extensions/docs/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index 6684466..c938b95 100755 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -306,7 +306,7 @@ you can refer to the file using a relative URL, just as you would in an ordinary HTML page. Here's an example of referring to a file named <code>myimage.png</code> -that's in a subdirectory named <code>images</code>. +that's in a subfolder named <code>images</code>. </p> <pre><img <b>src="images/myimage.png"</b> style="width:auto; height:auto"> @@ -327,7 +327,7 @@ that the extension system generates for each extension. You can see the IDs for all your loaded extensions by going to the URL <b>chrome://extensions/</b>. The <em><pathToFile></em> is the location of the file -under the extension's top directory; +under the extension's top folder; it's the same as the relative URL. </p> |