From ef8323690b9b17b2ed93b58b607de08191dee86f Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Wed, 4 Mar 2015 17:43:41 -0800 Subject: [PATCH] copyedit of help page(s) --- public/docs/dart/latest/help.jade | 22 ++++++++++++++++------ public/docs/js/latest/help.jade | 25 ++++++++++++++++++------- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/public/docs/dart/latest/help.jade b/public/docs/dart/latest/help.jade index 20a37e8028..595ac289c0 100644 --- a/public/docs/dart/latest/help.jade +++ b/public/docs/dart/latest/help.jade @@ -1,3 +1,6 @@ +// TODO: Either make this import the same content that js/latest/help.jade has +// OR make it meaningfully different. (There's a lot of duplication right now.) + .l-main-section h2 Get Help Using Angular @@ -9,11 +12,18 @@ .l-sub-section h3 Angular Google Group - ul - li Search the archive first, it's likely that your question was already answered. - li To avoid the spam moderation queue, don't include code directly in your email. (See #3) - li Linking to a live code example that demonstrates your problem or question will get you an answer faster. Use this template. - li If you get help, help others. Good karma rulez! + ol + li. + Search the archive first. + It's likely that your question has already been answered. + li. + To avoid the spam moderation queue, + don't include code directly in your email. (See #3) + li. + Link to a live code example that demonstrates your problem or question, + so you'll get an answer faster. + li. + If you get help, help others. Good karma rulez! a(href="https://groups.google.com/forum/#!forum/angular" class="button button-primary" md-button) View the Google Group @@ -30,4 +40,4 @@ p If your run into an issue or have a feature request, you can create a new issue on our github repostitory. - a(href="https://github.com/angular/angular.js/issues" class="button button-primary" md-button) Report an Issue + a(href="https://github.com/angular/angular/issues" class="button button-primary" md-button) Report an Issue diff --git a/public/docs/js/latest/help.jade b/public/docs/js/latest/help.jade index 2ad2430887..8708b7c56a 100644 --- a/public/docs/js/latest/help.jade +++ b/public/docs/js/latest/help.jade @@ -1,19 +1,30 @@ +// TODO: Either make this import the same content that dart/latest/help.jade has +// OR make it meaningfully different. (Only a couple of things differ now.) + .l-main-section h2 Get Help Using Angular p. We have an incredible community of developers who are passionate about solving problems. - We reccomend some of the following methods to get help with Angular. + We recommend some of the following methods to get help with Angular. .l-sub-section h3 Angular Google Group - ul - li Search the archive first, it's likely that your question was already answered. - li To avoid the spam moderation queue, don't include code directly in your email. (See #3) - li Linking to a live code example that demonstrates your problem or question will get you an answer faster. Use this template. - li If you get help, help others. Good karma rulez! + ol + li. + Search the archive first. + It's likely that your question has already been answered. + li. + To avoid the spam moderation queue, + don't include code directly in your email. (See #3) + li. + Link to a live code example that demonstrates your problem or question, + so you'll get an answer faster. + Use this template. + li. + If you get help, help others. Good karma rulez! a(href="https://groups.google.com/forum/#!forum/angular" class="button button-primary" md-button) View the Google Group @@ -30,4 +41,4 @@ p If your run into an issue or have a feature request, you can create a new issue on our github repostitory. - a(href="https://github.com/angular/angular.js/issues" class="button button-primary" md-button) Report an Issue + a(href="https://github.com/angular/angular/issues" class="button button-primary" md-button) Report an Issue