Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: common/extensions/docs/static/overview.html

Issue 196079: Typo fixes, plus a couple of code changes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/chrome/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/extensions/docs/static/manifest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/extensions/docs/static/overview.html
===================================================================
--- common/extensions/docs/static/overview.html (revision 25878)
+++ common/extensions/docs/static/overview.html (working copy)
@@ -79,7 +79,7 @@
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>
@@ -101,7 +101,7 @@
You can see the IDs for all your loaded extensions
by going to the URL <b>chrome://extensions/</b>.
The <em>&lt;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>
« no previous file with comments | « common/extensions/docs/static/manifest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698