Index: chrome/common/extensions/docs/static/messaging.html |
=================================================================== |
--- chrome/common/extensions/docs/static/messaging.html (revision 75896) |
+++ chrome/common/extensions/docs/static/messaging.html (working copy) |
@@ -122,7 +122,7 @@ |
if (msg.question == "Who's there?") |
port.postMessage({answer: "Madame"}); |
else if (msg.question == "Madame who?") |
- port.postMessage({answer: "Madame... Bovary"); |
+ port.postMessage({answer: "Madame... Bovary"}); |
}); |
</pre> |