Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS and natebower authored Nov 26, 2024
1 parent 33fd044 commit 42d8273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _migrations/getting-started-data-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Use the following steps to set up Bootstrap instance access:

## Step 3: Logging in to Bootstrap and building Migration Assistant (~15 minutes)

Check failure on line 71 in _migrations/getting-started-data-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _migrations/getting-started-data-migration.md#L71

[OpenSearch.HeadingCapitalization] 'Step 3: Logging in to Bootstrap and building Migration Assistant (~15 minutes)' is a heading and should be in sentence case.
Raw output
{"message": "[OpenSearch.HeadingCapitalization] 'Step 3: Logging in to Bootstrap and building Migration Assistant (~15 minutes)' is a heading and should be in sentence case.", "location": {"path": "_migrations/getting-started-data-migration.md", "range": {"start": {"line": 71, "column": 4}}}, "severity": "ERROR"}

Next, log in to to Bootstrap and build Migration Assistant using the following steps.
Next, log in to Bootstrap and build Migration Assistant using the following steps.

### Prerequisites

Expand Down Expand Up @@ -221,13 +221,13 @@ To learn more about migration console commands, see [Migration commands].

## Step 8: Snapshot creation

Run the following to initiate creating a snapshot from the source cluster:
Run the following command to initiate snapshot creation from the source cluster:

```bash
console snapshot create [...]
```

To check on the progress of the snapshot creation, use:
To check the snapshot creation status, run the following command:

```bash
console snapshot status [...]
Expand Down

0 comments on commit 42d8273

Please sign in to comment.