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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/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
Index: chrome/common/extensions/docs/server2/templates/articles/app_hardware.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/app_hardware.html b/chrome/common/extensions/docs/server2/templates/articles/app_hardware.html
index e62cbed52a65e04898e207a4449188f50210b7cb..49df9c3a616fa4ba774eb636f0203a2c0c31081a 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/app_hardware.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/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/apps/app_hardware.html ('k') | chrome/common/extensions/docs/static/app_hardware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698