Skip to content

Commit 80d77cf

Browse files
committed
spelling and grammar
1 parent e2f1503 commit 80d77cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/shared/partials/sample-application.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Couchbase Capella::
4141
+
4242
--
4343
44-
You need to initalise a Couchbase Capella cluster before running the sample app.
44+
You need to initialize a Couchbase Capella cluster before running the sample app.
4545
4646
.Create the Capella cluster
4747
@@ -60,7 +60,7 @@ To perform searches on the hotels collection, you need to create a Search index.
6060
. Navigate to the {travel-sample-git-project} directory, and select `fts-hotels-index.json`
6161
. Click btn:[Create Index]
6262
63-
If you don't have access to the filesystem with the sample application backend, you can copy and paste the index defintion from https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-project}/HEAD/fts-hotels-index.json[GitHub] into the *Index Definition* field.
63+
If you don't have access to the filesystem with the sample application backend, you can copy and paste the index definition from https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-project}/HEAD/fts-hotels-index.json[GitHub] into the *Index Definition* field.
6464
6565
.Create the Database Access
6666
@@ -144,7 +144,7 @@ See the README at https://github.com/couchbaselabs/{travel-sample-git-project} f
144144

145145
image::sdk:shared:Travel-Sample-Register.png[]
146146

147-
Give yourself a username, password and click *Register*.
147+
Give yourself a username, password, and click *Register*.
148148

149149
You can now try out searching for flights, booking flights, and searching for hotels.
150150
You can see the running Couchbase SDK operations by clicking the red bar at the bottom of the screen:
@@ -160,11 +160,11 @@ The sample application consists of the following 3 components:
160160

161161
* The frontend -- a Vue web app which communicates with the backend via a swagger API.
162162
* The backend -- a {name-sdk} web app which contains the SDK code to communicate with Couchbase Server.
163-
* The database -- a one node cluster containing the travel sample Bucket and reqisite indexes.
163+
* The database -- a one node cluster containing the travel sample Bucket and requisite indexes.
164164

165165
=== Networking
166166

167-
The sample application utilises the following ports:
167+
The sample application utilizes the following ports:
168168

169169
* 8091 - Couchbase Cluster Manager
170170
* 8093 - Couchbase Query Service
@@ -174,7 +174,7 @@ The sample application utilises the following ports:
174174

175175
NOTE: Ports 8091-8094 are only used if running Couchbase Server locally.
176176

177-
If you are running the sample application with the Docker containers initialised by the given `compose.yml`, the networking between the containers is already configured. If you are running a mix-and-match configuration, you may need to expose these ports manually. See the Docker documentation on https://docs.docker.com/network/[networking] for more information.
177+
If you are running the sample application with the Docker containers initialized by the given `compose.yml`, the networking between the containers is already configured. If you are running a mix-and-match configuration, you may need to expose these ports manually. See the Docker documentation on https://docs.docker.com/network/[networking] for more information.
178178

179179
image::sdk:shared:travel-sample-app-overview.png[]
180180

@@ -187,7 +187,7 @@ swagger_ui::https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-p
187187
// tag::data-model[]
188188
=== Data Model
189189

190-
See the xref:ref:travel-app-data-model.adoc[Travel Appplication Data Model] reference page for more information about the sample dataset used.
190+
See the xref:ref:travel-app-data-model.adoc[Travel Application Data Model] reference page for more information about the sample dataset used.
191191
// end::data-model[]
192192

193193
// tag::rest-api[]

0 commit comments

Comments
 (0)