Index: chrome/test/data/extensions/api_test/README.txt |
diff --git a/chrome/test/data/extensions/api_test/README.txt b/chrome/test/data/extensions/api_test/README.txt |
index a356855934e04818638cddc25c861566e5286af8..06088f14e5499aa0a6de8b39f48e277e3d358075 100644 |
--- a/chrome/test/data/extensions/api_test/README.txt |
+++ b/chrome/test/data/extensions/api_test/README.txt |
@@ -15,7 +15,7 @@ extension_bookmarks_apitest.cc for an example. |
(2) Create an extension of in this directory of the same name as the extension |
that your test referred to ("extension_name" above). This test should load |
-either a background page or a toolstrip which immediately starts its test. |
+either a background page which immediately starts its test. |
(3) In your extension page, call chrome.test.runTests with an array of |
functions which represent your subtests. Each of these functions will most |