summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/overview.html
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 02:27:19 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 02:27:19 +0000
commitee9be6939302cb196a05c39ba17e150a678651e9 (patch)
tree594052d3784d9438740d48f5a7b19c215a005644 /chrome/common/extensions/docs/overview.html
parent54a102904270a1adb7bd45d6b84c1ebe72c32eba (diff)
downloadchromium_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-xchrome/common/extensions/docs/overview.html4
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>&lt;img <b>src="images/myimage.png"</b> style="width:auto; height:auto"&gt;
@@ -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>&lt;pathToFile&gt;</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>