Skip to content

Commit ff90e80

Browse files
authored
DOC-9315-C01 -- Cosmetic fixes (#629)
https://issues.couchbase.com/browse/DOC-9315 Post-Connect-GTM change tracking ticket
1 parent 43a7b99 commit ff90e80

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/android/pages/gs-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Kotlin - Enterprise::
4040
`implementation 'com.couchbase.lite:couchbase-lite-android-ee-ktx:{version-full}'`
4141
. Add the following _maven_ repo to your repositories (in `build.gradle` or `settings.gradle` as required +
4242
`https://mobile.maven.couchbase.com/maven2/dev/`
43-
Build the project and it will pull Couchbase Lite down.
43+
. Build the project and it will pull Couchbase Lite down.
4444
--
4545
4646
Kotlin - Community::
@@ -81,7 +81,7 @@ You''re all set to begin developing powerful Couchbase Lite applications.
8181
Now, try the xref:gs-build.adoc[Getting Started] application, which demonstrates use of key CRUD functionality.
8282
=====
8383

84-
== Kotlin - Step-by-step Install
84+
== Kotlin - Step-by-Step Install
8585

8686
More detailed instructions on getting up and running with Couchbase Lite for Android (Kotlin).
8787

modules/objc/pages/gs-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ NOTE: The minimum required version of Carthage is *38.0*
6464
.Couchbase Lite Community Edition
6565
[source,ruby,subs=attributes+]
6666
----
67-
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" {version-full}
67+
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" ~> {version-full}
6868
----
6969
+
7070
.Couchbase Lite Enterprise Edition
7171
[source,ruby,subs=attributes+]
7272
----
73-
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" {version-full}
73+
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" ~> {version-full}
7474
----
7575
7676
. Run `carthage update --platform ios`.

modules/swift/pages/_partials/gs-install-tab-carthage.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ https://github.com/Carthage/Carthage#installing-carthage
88
+
99

1010
.Couchbase Lite Community Edition
11-
[source,ruby,subs=attributes+]
11+
[source,ruby,subs="attributes+"]
1212
----
13-
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" {version-full}
13+
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" ~> {version-full}
1414
----
1515
+
1616
1717
.Couchbase Lite Enterprise Edition
18-
[source,ruby,subs=attributes+]
18+
[source,ruby,subs="attributes+"]
1919
----
20-
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" {version-full}
20+
binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" ~> {version-full}
2121
----
2222

2323
. Run `carthage update --platform ios`.

0 commit comments

Comments
 (0)