Skip to content

Commit 820d9f7

Browse files
committed
Fixing Vale.Terms false positive issue
1 parent f329fe0 commit 820d9f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ MinAlertLevel = warning
33
Vocab = words
44

55
[README.md]
6-
BasedOnStyles = Vale
6+
BasedOnStyles = -Vale.Terms

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The main components you will need for _basic_ development work, are your OS vers
100100

101101
- A VPN Client (OpenVPN or Tunnelblick are 2 NHS Digital suggested options)
102102
- Git
103-
- Python 3.14 (The project currently uses Python 3.14)
103+
- Python (The project currently runs on Python 3.14)
104104
- AWS CLI
105105
- Docker/Podman
106106

@@ -482,7 +482,7 @@ To quick update the lambdas run the following command. Note this only updates th
482482

483483
### Remove deployment with commit tag
484484

485-
You can remove a dev deployment using a single command to create a tag which then runs an AWS CodeBuild project that will remove that environment
485+
You can remove a dev deployment using a single command to create a tag which then starts an AWS CodeBuild project that will remove that environment
486486

487487
make tag-commit-to-destroy-environment ENVIRONMENT=[environment to destroy] COMMIT=[short commit hash]
488488
e.g. make tag-commit-to-destroy-environment ENVIRONMENT=ds-363 COMMIT=2bc43dd // This destroys the ds-363 dev environment

0 commit comments

Comments
 (0)