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