Skip to content

Commit 6c977ff

Browse files
committed
Address Vale findings on style cleanup PR
1 parent 31e13eb commit 6c977ff

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Crowdstrike
5353
datacenter
5454
datasource
5555
Datadog
56+
DBeaver
5657
Ddosify
5758
Debootstrap
5859
denylist

content/guides/nextjs/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ After you've added your workflow file, it's time to trigger and observe the CI/C
273273
2. Monitor the workflow execution
274274

275275
1. Go to the Actions tab in your GitHub repository.
276-
2. Click into the workflow run to follow each step: `build`, `test`, and (if successful) `push`.
276+
2. Select the workflow run to follow each step: `build`, `test`, and (if successful) `push`.
277277

278278
3. Verify the Docker image on Docker Hub
279279

content/guides/reactjs/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ After you've added your workflow file, it's time to trigger and observe the CI/C
262262
2. Monitor the workflow execution
263263

264264
1. Go to the Actions tab in your GitHub repository.
265-
2. Click into the workflow run to follow each step: `build`, `test`, and (if successful) `push`.
265+
2. Select the workflow run to follow each step: `build`, `test`, and (if successful) `push`.
266266

267267
3. Verify the Docker image on Docker Hub
268268

0 commit comments

Comments
 (0)