Skip to content

Commit f2eb8fa

Browse files
authored
DOCSP-33133 Be Ing Verbiage (#139)
* DOCSP-33133 Be Ing Verbiage * * * * * *
1 parent 5f53b0f commit f2eb8fa

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed

source/code-generation/query-converter/convert-queries.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Steps
6666

6767
.. tip::
6868

69-
You can rename or delete queries from your project
70-
by clicking the :icon-fa4:`ellipsis-h`
71-
button on the :guilabel:`SQL Query` pane and clicking the
72-
:icon-fa5:`pencil-alt` or :icon-fa4:`trash` icon.
69+
To rename or delete queries from your project, click the
70+
:icon-fa4:`ellipsis-h` button on the :guilabel:`SQL Query`
71+
pane and select the :icon-fa5:`pencil-alt` or
72+
:icon-fa4:`trash` icon.
7373

7474
#. Click the :icon-fa5:`copy` icon to copy the MongoDB syntax
7575
to your clipboard.

source/code-generation/query-converter/convert-stored-procedures.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Steps
7474

7575
.. tip::
7676

77-
You can toggle stored procedures for conversion by clicking
78-
the :icon-fa5:`check-square` icon next to a stored procedure's
79-
name. All stored procedures are selected by default.
77+
To toggle stored procedures for conversion, click
78+
the :icon-fa5:`check-square` icon next to the
79+
stored procedure's name.
8080

8181
#. Click :guilabel:`Save`.
8282

source/code-generation/query-converter/convert-triggers.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ Steps
6363
#. Click the :icon-fa5:`chevron-right` icon next to
6464
:guilabel:`Triggers`.
6565

66-
You can toggle triggers for conversion by clicking
67-
the :icon-fa5:`check-square` icon next to a trigger's
68-
name. All triggers are selected by default.
66+
.. tip::
67+
68+
To toggle a trigger for conversion, click the
69+
:icon-fa5:`check-square` icon next to the trigger's name.
70+
All triggers are selected by default.
6971

7072
#. Click :guilabel:`Save`.
7173

source/getting-started/atlas-log-in.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Steps
7272
.. tip::
7373

7474
You can also initiate the log in process from the
75-
:guilabel:`Code Generation` tab by clicking the
76-
:icon-lg:`LogIn` :guilabel:`Log in with Atlas` button on the
77-
:guilabel:`Query Converter` pane.
75+
:guilabel:`Code Generation` tab. To start the login process,
76+
click the :icon-lg:`LogIn` :guilabel:`Log in with Atlas`
77+
button on the :guilabel:`Query Converter` pane.
7878

7979
.. step:: Enter your Atlas account credentials
8080

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
@@ -13,7 +13,7 @@ Installation on a Local Machine
1313
:class: singlecol
1414

1515
You can install Relational Migrator on a single machine. The single machine
16-
installation provides a simplified installation process by using default settings.
16+
installation provides a simplified installation process and uses default settings.
1717
This installation method is a "local" install because Relational Migrator
1818
cannot be externally accessed and is bound to a single IP and port.
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Enable External Access to Relational Migrator on Windows
1212
:depth: 1
1313
:class: singlecol
1414

15-
Enable external access to Relational Migrator on Windows. By enabling external
16-
access, incoming connections are allowed on the same port as Relational Migrator.
15+
To allow incoming connections on the same port as Relational Migrator,
16+
enable external access with Windows Defender Firewall.
1717

1818
Steps
1919
-----

source/jobs/prerequisites/sql-server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ job configurations.
9999
To enable CDC at the table level
100100
use the ``sys.sp_cdc_enable_table`` stored procedure.
101101

102-
You can check the SQL Server CDC settings by examining the ``is_tracked_by_cdc``
102+
You can check the SQL Server CDC settings when viewing the ``is_tracked_by_cdc``
103103
column in the `sys.tables catalog view <https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-tables-transact-sql?view=sql-server-ver16>`__.
104104
A value of ``1`` for ``is_tracked_by_cdc`` indicates the table
105105
is enabled for change data capture.

source/mapping-rules/edit-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Steps
4242

4343
- Change the collection name.
4444
- Change field names.
45-
- Include or exclude a field from your sync job by clicking the
45+
- To include or exclude a field from your sync job, click the
4646
:icon-fa5:`check-square` icon next to the field name.
4747

4848
#. Optionally, if you want to select a BSON type or set null handling

source/mapping-rules/new-rules-from-relational.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Steps
5151

5252
- Change the collection name.
5353
- Change field names.
54-
- Include or exclude a field from your sync job by clicking the
54+
- To include or exclude a field from your sync job, click the
5555
:icon-fa5:`check-square` icon next to the field name.
5656

5757
#. Optionally, if you want to select a BSON type or set null handling

0 commit comments

Comments
 (0)