Skip to content

Commit d8cbc1c

Browse files
authored
Fix vale errors
1 parent b000c03 commit d8cbc1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

source/code-generation/query-converter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Query Converter
55
===============
66

77
.. meta::
8-
:description: Convert SQL statements, views, and stored procedures to MongoDB syntax using Query Converter, considering mapping rules and schema transformations.
8+
:description: Convert SQL statements, views, and stored procedures to MongoDB syntax using Query Converter, considering mapping rules, and schema transformations.
99

1010
.. contents:: On this page
1111
:local:

source/code-generation/query-converter/enable-query-converter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Enable Query Converter
55
======================
66

77
.. meta::
8-
:description: Enable the query converter to transform SQL statements, views, and stored procedures into MongoDB syntax using defined mapping rules and schema transformations.
8+
:description: Enable the query converter to transform SQL statements, views, and stored procedures into MongoDB syntax using defined mapping rules, and schema transformations.
99

1010
.. contents:: On this page
1111
:local:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Install on Ubuntu
55
=================
66

77
.. meta::
8-
:description: Install Relational Migrator on Ubuntu by downloading the `.deb` binary, installing it, and optionally adding MySQL or Oracle drivers.
8+
:description: Install Relational Migrator on Ubuntu by downloading the `.deb` binary, installing it, and optionally adding drivers such as MySQL or Oracle.
99

1010
.. contents:: On this page
1111
:local:

source/mapping-rules/edit-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Edit Rules
55
==========
66

77
.. meta::
8-
:description: Update mapping rules for migration jobs, including changing collection and field names, and setting BSON types and null handling options.
8+
:description: Update mapping rules for migration jobs, including changing collection and field names, and setting BSON types, and null handling options.
99

1010
.. default-domain:: mongodb
1111

source/mapping-rules/fields/field-customizations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Fields
55
======
66

77
.. meta::
8-
:description: Customize fields in Relational Migrator by defining calculated fields, custom IDs, and converting data types to BSON, with options for embedding and null handling.
8+
:description: Customize fields in Relational Migrator by defining calculated fields, custom IDs, and converting data types to BSON, with options for embedding, and null handling.
99

1010
.. contents:: On this page
1111
:local:

0 commit comments

Comments
 (0)