Index: chrome/common/extensions/docs/js/api_page_generator.js |
diff --git a/chrome/common/extensions/docs/js/api_page_generator.js b/chrome/common/extensions/docs/js/api_page_generator.js |
index 9d06222a343a26a0f7e8d41a3fa65a4859559e51..1af6c766c4d67c23fd0d9ced22a35ce0328253c5 100644 |
--- a/chrome/common/extensions/docs/js/api_page_generator.js |
+++ b/chrome/common/extensions/docs/js/api_page_generator.js |
@@ -135,9 +135,9 @@ function extend(obj, obj2) { |
} |
/* |
- * Main entry point for composing the page. It will fetch it's template, |
+ * Main entry point for composing the page. It will fetch its template, |
* the extension api, and attempt to fetch the matching static content. |
- * It will insert the static content, if any, prepare it's pageData then |
+ * It will insert the static content, if any, prepare its pageData then |
* render the template from |pageData|. |
*/ |
function renderPage() { |
@@ -217,7 +217,7 @@ function fetchSamples() { |
} |
/** |
- * Fetches |url| and returns it's text contents from the xhr.responseText in |
+ * Fetches |url| and returns its text contents from the xhr.responseText in |
* onSuccess(content) |
*/ |
function fetchContent(url, onSuccess, onError) { |