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

Unified Diff: chrome/common/extensions/docs/static/app_hardware.html

Issue 10828308: Fix typo in USB API documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/common/extensions/docs/server2/templates/articles/app_hardware.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/app_hardware.html
diff --git a/chrome/common/extensions/docs/static/app_hardware.html b/chrome/common/extensions/docs/static/app_hardware.html
index bda5933051d340f86da4f64b2da47a64f67ccab8..2e25131509cae0150811ebc04554d6979efa8456 100644
--- a/chrome/common/extensions/docs/static/app_hardware.html
+++ b/chrome/common/extensions/docs/static/app_hardware.html
@@ -82,7 +82,7 @@ chrome.experimental.usb.findDevice(vendorId, productId, eventCallbacks, onDevice
</td>
</tr>
<tr>
- <td>onDevideFoundCallback()</td>
+ <td>onDeviceFoundCallback()</td>
<td>Called when the device is found.
The callback's parameter is an object
with three properties: <code>handle</code>,
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/articles/app_hardware.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698