Index: chrome/common/extensions/docs/static/background_pages.html |
diff --git a/chrome/common/extensions/docs/static/background_pages.html b/chrome/common/extensions/docs/static/background_pages.html |
index d703ea2ebad29feff03fc8d21c3194b51bc9adea..f4940167be71f11740fb6934118605a1a451af96 100644 |
--- a/chrome/common/extensions/docs/static/background_pages.html |
+++ b/chrome/common/extensions/docs/static/background_pages.html |
@@ -65,7 +65,7 @@ property instead: |
"name": "My extension", |
... |
<b>"background": { |
- "page": ["background.html"] |
+ "page": "background.html" |
}</b>, |
... |
}</pre> |