Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7038)

Unified Diff: chrome/common/extensions/docs/js/api_page_generator.js

Issue 9910001: Fix some grammar in chrome/common/extensions/docs/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/privacy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | chrome/common/extensions/docs/privacy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698