From d3d1d0ec1942d7f8a9ea860798179022a1ad87e0 Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 24 Oct 2023 13:12:41 +0100 Subject: [PATCH] spelling updates --- .vscode/settings.json | 5 ----- .wordlist.txt | 13 +++++++++++++ .../mongodb/automate_setup_pulumi.md | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a490b614a..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "githubPullRequests.ignoredPullRequestBranches": [ - "main" - ] -} \ No newline at end of file diff --git a/.wordlist.txt b/.wordlist.txt index 8242e258c..d11fe18d8 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1615,3 +1615,16 @@ drcachesim dynamorio mispredicted lookaside +devel +glibc +procps +PACBTI +gatord +awscli +dns +Borycki +Dawid +rg +pds +WebApp +AllowAnyCustom \ No newline at end of file diff --git a/content/learning-paths/servers-and-cloud-computing/mongodb/automate_setup_pulumi.md b/content/learning-paths/servers-and-cloud-computing/mongodb/automate_setup_pulumi.md index 342a369d3..dd5f90fe0 100644 --- a/content/learning-paths/servers-and-cloud-computing/mongodb/automate_setup_pulumi.md +++ b/content/learning-paths/servers-and-cloud-computing/mongodb/automate_setup_pulumi.md @@ -121,7 +121,7 @@ template: default: us-east-1 ``` -Edit the `__main__.py` file to change the availabilty zone of your network subnet +Edit the `__main__.py` file to change the availability zone of your network subnet ```python subnet = aws.ec2.Subnet("p1-subnet", @@ -134,7 +134,7 @@ subnet = aws.ec2.Subnet("p1-subnet", }) ``` -Note: The security groups created by this script are lot less restrictive, to simplify the deployment process and to remove addtional complexities. Please modify the ingress/egress rules as per your organizations' policy. +Note: The security groups created by this script are lot less restrictive, to simplify the deployment process and to remove additional complexities. Please modify the ingress/egress rules as per your organizations' policy. ```python group = aws.ec2.SecurityGroup('p1-security-grouup',