Skip to content

Commit 3be8c51

Browse files
committed
DOCSP-43306 Kenneth comments
1 parent 39b531e commit 3be8c51

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

source/code-generation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Get Started
5353
:titlesonly:
5454

5555
Generate App Code </code-generation/generate-app-code>
56-
Query Convertor </code-generation/query-converter>
56+
Query Converter </code-generation/query-converter>

source/code-generation/query-converter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ your SQL code.
2121

2222
AI & Data Usage </code-generation/query-converter/ai-and-data-usage-information>
2323
Enable Query Converter </code-generation/query-converter/enable-query-converter>
24-
Converet Queries </code-generation/query-converter/convert-queries>
24+
Convert Queries </code-generation/query-converter/convert-queries>
2525
Convert Stored Procedures </code-generation/query-converter/convert-stored-procedures>
2626
Convert Triggers </code-generation/query-converter/convert-triggers>
2727
Convert Views </code-generation/query-converter/convert-views>

source/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For instructions on installing Relational Migrator, see the following pages:
7171
System Requirements </installation/system-requirements>
7272
Deployment Considerations </installation/deployment-considerations>
7373
Install Locally </installation/install-on-a-local-machine/install-on-a-local-machine>
74-
Install on an Unattended Server </installation/install-on-an-unattended-server/install-on-an-unattended-server>
74+
Install on Unattended Server </installation/install-on-an-unattended-server/install-on-an-unattended-server>
7575
Integrate with Kafka </installation/kafka-deployments/migrator-with-kafka>
7676
Install with Docker </installation/install-with-docker>
7777
File Locations </installation/file-location>

source/installation/install-on-a-local-machine/install-on-a-local-machine.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Learn More
7272
:titlesonly:
7373

7474
Windows </installation/install-on-a-local-machine/install-windows>
75-
Mac </installation/install-on-a-local-machine/install-mac>
75+
macOS </installation/install-on-a-local-machine/install-mac>
7676
Ubuntu </installation/install-on-a-local-machine/install-ubuntu>
7777
RHEL </installation/install-on-a-local-machine/install-rhel>

source/installation/install-on-an-unattended-server/debian-server-installation/debian-server-installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Get Started
2828
:titlesonly:
2929

3030
Install </installation/install-on-an-unattended-server/debian-server-installation/install-debian-server>
31-
Run as a System Service </installation/install-on-an-unattended-server/debian-server-installation/debian-system-service>
31+
Run as System Service </installation/install-on-an-unattended-server/debian-server-installation/debian-system-service>

source/installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Get Started
2727
:hidden:
2828

2929
Install </installation/install-on-an-unattended-server/rhel-centos-server-installation/install-rhel-server>
30-
Run as a System Service </installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-system-service>
30+
Run as System Service </installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-system-service>

source/installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Get Started
2929
:hidden:
3030

3131
Install </installation/install-on-an-unattended-server/windows-server-installation/install-windows-server>
32-
Run as a System Service </installation/install-on-an-unattended-server/windows-server-installation/windows-system-service>
32+
Run as System Service </installation/install-on-an-unattended-server/windows-server-installation/windows-system-service>
3333
Enable External Access </installation/install-on-an-unattended-server/windows-server-installation/windows-external-access>

source/installation/kafka-deployments/migrator-with-kafka.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Learn More
8787
:titlesonly:
8888

8989
Use Existing Kafka Cluster </installation/kafka-deployments/install-kafka-cluster>
90-
Use a Containerized Cluster with Docker </installation/kafka-deployments/install-docker>
90+
Use Containerized Cluster with Docker </installation/kafka-deployments/install-docker>
9191
Use Confluent Cloud </installation/kafka-deployments/install-confluent-kafka>
9292
Advanced Kafka Settings </installation/kafka-deployments/advanced-settings>

source/mapping-rules/mapping-rule-options/mapping-rule-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ mapping rule option.
9999
Embedded Array </mapping-rules/mapping-rule-options/embedded-array>
100100
Embedded Documents </mapping-rules/mapping-rule-options/embedded-documents>
101101
Mapping Rule Filters </mapping-rules/mapping-rule-options/mapping-rule-filters>
102-
Rename a Collection </mapping-rules/mapping-rule-options/rename-collection>
103-
Configure a Time Series Collection </mapping-rules/mapping-rule-options/time-series>
102+
Rename Collection </mapping-rules/mapping-rule-options/rename-collection>
103+
Configure Time Series Collection </mapping-rules/mapping-rule-options/time-series>
104104

source/projects/projects.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ There are multiple options for you to create a project:
4141
:titlesonly:
4242

4343
Settings </projects/project-settings>
44-
Create with a Live Database </projects/create-project-live-connection>
45-
Create by Loading a Schema </projects/create-project-loading-schema-files>
46-
Create with a Sample Schema </projects/create-project-sample-schema>
44+
Create with Live Database </projects/create-project-live-connection>
45+
Create by Loading Schema </projects/create-project-loading-schema-files>
46+
Create with Sample Schema </projects/create-project-sample-schema>
4747
Configure Settings </projects/configure-settings>
4848
Manage the Relational Model </projects/manage-relational-connection>
4949
Import </projects/import-project>

0 commit comments

Comments
 (0)