| Index: chrome/common/extensions/docs/manifest.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/manifest.html (revision 56756)
|
| +++ chrome/common/extensions/docs/manifest.html (working copy)
|
| @@ -574,7 +574,7 @@
|
| <tr>
|
| <td> "contextMenus" </td>
|
| <td> Required if the extension uses the
|
| - <a href="contextMenus.html">context menus</a> module. </td>
|
| + <a href="contextMenus.html">chrome.contextMenus</a> module. </td>
|
| </tr>
|
| <tr>
|
| <td> "cookies" </td>
|
| @@ -755,7 +755,7 @@
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre>
|
| + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
|
|