Author: nacx
Date: Thu Nov  7 22:13:54 2013
New Revision: 1539844

URL: http://svn.apache.org/r1539844
Log:
deploy jclouds site content

Modified:
    jclouds/site-content/documentation/quickstart/chef/index.html

Modified: jclouds/site-content/documentation/quickstart/chef/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/documentation/quickstart/chef/index.html?rev=1539844&r1=1539843&r2=1539844&view=diff
==============================================================================
--- jclouds/site-content/documentation/quickstart/chef/index.html (original)
+++ jclouds/site-content/documentation/quickstart/chef/index.html Thu Nov  7 
22:13:54 2013
@@ -66,13 +66,13 @@
 
 <h2>About Enterprise Chef</h2>
 
-<p>The Enterprise Chef api is still not complete. The User and Organization 
apis are still a work in progress, so please, be patient.
-The core Chef api, however, provides access to all Chef features in all Chef 
flavors, so you can use that api to connect to your favorite endpoint.</p>
+<p>The Enterprise Chef API is still not complete. The User and Organization 
APIs are still a work in progress, so please, be patient.
+The core Chef API, however, provides access to all Chef features in all Chef 
flavors, so you can use that API to connect to your favorite endpoint.</p>
 
-<h2>Using the Chef Server api</h2>
+<h2>Using the Chef Server API</h2>
 
-<p>You can easily access the Chef Server api to manage the different 
components of your Chef Server.<br/>
-The following example shows several calls to the api and the creation of the 
context, so you can get an idea of how jclouds-chef works.</p>
+<p>You can easily access the Chef Server API to manage the different 
components of your Chef Server.<br/>
+The following example shows several calls to the API and the creation of the 
context, so you can get an idea of how jclouds-chef works.</p>
 
 <p>Note that you can use <code>chef</code> or <code>enterprisechef</code> to 
create the context.</p>
 
@@ -86,7 +86,7 @@ The following example shows several call
     <span class="o">.</span><span class="na">credentials</span><span 
class="o">(</span><span class="n">client</span><span class="o">,</span> <span 
class="n">credential</span><span class="o">)</span> <span class="c1">//</span>
     <span class="o">.</span><span class="na">buildView</span><span 
class="o">(</span><span class="n">ChefContext</span><span 
class="o">.</span><span class="na">class</span><span class="o">);</span>
 
-<span class="c1">// The raw api has access to all chef features, as exposed in 
the Chef REST api</span>
+<span class="c1">// The raw API has access to all chef features, as exposed in 
the Chef REST API</span>
 <span class="n">EnterpriseChefApi</span> <span class="n">api</span> <span 
class="o">=</span> <span class="n">context</span><span class="o">.</span><span 
class="na">unwrapApi</span><span class="o">(</span><span 
class="n">EnterpriseChefApi</span><span class="o">.</span><span 
class="na">class</span><span class="o">);</span>
 <span class="n">Set</span><span class="o">&lt;</span><span 
class="n">String</span><span class="o">&gt;</span> <span 
class="n">databags</span> <span class="o">=</span> <span 
class="n">api</span><span class="o">.</span><span 
class="na">listDatabags</span><span class="o">();</span>
 
@@ -102,7 +102,7 @@ The following example shows several call
 
 <h2>Bootstrap nodes with Chef and the ComputeService</h2>
 
-<p>You can also combine the jclouds compute portable api with the Chef api to 
bootstrap nodes using Chef. The example below shows how you can combine both 
apis to achieve this.</p>
+<p>You can also combine the jclouds compute portable API with the Chef API to 
bootstrap nodes using Chef. The example below shows how you can combine both 
APIs to achieve this.</p>
 
 <h3>Relationship between compute groups and run lists</h3>
 


Reply via email to