Skip to content

Commit

Permalink
docs: Minor wording corrections for the homepage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Sep 10, 2014
1 parent 879ea3c commit c0ea78f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3 class="block-title">What is it?</h3>

<p><code>gcloud</code> is a client library for accessing Google
Cloud Platform services that significantly reduces the boilerplate
code you have to write. The library is provides high-level API
code you have to write. The library provides high-level API
abstractions so they're easier to understand. And, it embraces
idioms of Node.js, such as returning Readable streams or errors
as the first object in callbacks. All this means you spend more
Expand Down Expand Up @@ -98,21 +98,21 @@ <h4>Retrieve Datastore Entities</h4>

<section class="block">
<div class="container clearfix">
<h3 class="block-title">FAQ</h3>
<h3 class="block-title">FAQ</h3>

<h4 class="">What is the relationship between <code>gcloud</code> package
and the <code>gcloud</code> commandline tool?</h4>
<p>Both the <code>gcloud</code> commandline tool and
<h4>What is the relationship between <code>gcloud</code> package
and the <code>gcloud</code> command-line tool?</h4>
<p>Both the <code>gcloud</code> command-line tool and
<code>gcloud</code> package is a part of the Google Cloud SDK: a collection
of tools and libraries that enable you to easily create and manage
resources on Google Cloud Platform. The <code>gcloud</code> commandline
resources on Google Cloud Platform. The <code>gcloud</code> command-line
tool can be used to manage both your development workflow and your
Google Cloud Platform resources while <code>gcloud</code> package is the
Google Cloud Client Library for Node.js.</p>
Google Cloud Platform resources while the <code>gcloud</code> package is the
Google Cloud APIs Client for Node.js.</p>

<h4 class="">What is the relationship between <code>gcloud</code>
<h4>What is the relationship between the <code>gcloud</code>
and the <code>Google APIs Node.js Client</code>?</h4>
<p>The <code>Google APIs Node.js Client</code> is a client library for
<p>The <code>Google APIs Node.js Client</code> is a client library for
using the broad set of Google APIs.
<code>gcloud</code> is built specifically for the Google Cloud Platform
and is the recommended way to integrate Google Cloud APIs into your
Expand Down

0 comments on commit c0ea78f

Please sign in to comment.