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

Unified Diff: chrome/common/extensions/docs/templates/intros/commands.html

Issue 23290007: Fix nit of chrome.commands doc: invalid json format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/intros/commands.html
diff --git a/chrome/common/extensions/docs/templates/intros/commands.html b/chrome/common/extensions/docs/templates/intros/commands.html
index 10059c1a4ba6667f062cae13b18c634c1515ea9e..8720da7f7de6a8745c250dfabc7921228fc33581 100644
--- a/chrome/common/extensions/docs/templates/intros/commands.html
+++ b/chrome/common/extensions/docs/templates/intros/commands.html
@@ -44,9 +44,9 @@ Extension Command shortcuts and can not be overwritten.</p>
},
"_execute_page_action": {
"suggested_key": {
- "default": "Ctrl+E"
+ "default": "Ctrl+E",
"windows": "Alt+P",
- "mac": "Option+P",
+ "mac": "Option+P"
}
}
}</b>,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698