Skip to content

Commit

Permalink
DOC-2139: Clean up grammatical errors in REST API intro
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarabine committed Mar 2, 2017
1 parent 1659dbe commit c44c0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/rest-api/rest-intro.dita
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@

<p>There are a number of different resources
within the Couchbase Server and these resources require a different
URI/RESTful-endpoint in order to perform an operations:</p>
URI/RESTful-endpoint in order to perform operations:</p>
<dl>
<dlentry>
<dt>Server nodes</dt>
<dd>A Couchbase Server instance, also known as a server or server node, is a
physical or virtual machine running Couchbase Server. Each server node is as
physical or virtual machine running Couchbase Server. Each server node is
a member of a cluster.</dd>
</dlentry>
</dl>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dlentry>
<dt>Cross Datacenter Replication (XDCR)</dt>
<dd>Cross Datacenter Replication (XDCR) enables automatic
replicate of data between clusters and between data buckets. The major
replication of data between clusters and between data buckets. The major
benefits include the ability to restore data from one Couchbase Server cluster to
another cluster after system failure and the ability to provide copies of
data on clusters that are physically closer to end users.</dd>
Expand Down

0 comments on commit c44c0d7

Please sign in to comment.