Skip to content

Commit 9318b9b

Browse files
authored
Fix various typos in topics/certificates (bregman-arie#10275)
1 parent 895ac0f commit 9318b9b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

certificates/aws-cloud-practitioner.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Read more about instance types [here](https://docs.aws.amazon.com/AWSEC2/latest/
165165
<details>
166166
<summary>True or False? The following are instance types available for a user in AWS:
167167

168-
* Compute optimizied
169-
* Network optimizied
168+
* Compute optimized
169+
* Network optimized
170170
* Web optimized</summary><br><b>
171171

172172
False. From the above list only compute optimized is available.

certificates/aws-solutions-architect-associate.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Read more about instance types [here](https://docs.aws.amazon.com/AWSEC2/latest/
188188
<details>
189189
<summary>True or False? The following are instance types available for a user in AWS:
190190

191-
* Compute optimizied
192-
* Network optimizied
191+
* Compute optimized
192+
* Network optimized
193193
* Web optimized</summary><br><b>
194194

195195
False. From the above list only compute optimized is available.

topics/aws/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Launch configuration is a legacy form of Launch Template that must be recreated
947947
In addition, launch template has the clear benefits of:
948948
* Provision both On-Demand and Spot instances
949949
* supporting multiple versions
950-
* support creating parameters subsets (used for re-use and inheritance)
950+
* support creating parameters subsets (used for reuse and inheritance)
951951
</b></details>
952952

953953
#### ENI

topics/kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ Istio is an open source service mesh that helps organizations run distributed, m
27392739
<details>
27402740
<summary>Name two controllers you are familiar with</summary><br><b>
27412741
2742-
1. Node Contorller: manages the nodes of a cluster. Among other things, the controller is responsible for monitoring nodes' health - if the node is suddenly unreachable it will evacuate all the pods running on it and will mark the node status accordingly.
2742+
1. Node Controller: manages the nodes of a cluster. Among other things, the controller is responsible for monitoring nodes' health - if the node is suddenly unreachable it will evacuate all the pods running on it and will mark the node status accordingly.
27432743
2. Replication Controller - monitors the status of pod replicas based on what should be running. It makes sure the number of pods that should be running is actually running
27442744
</b></details>
27452745

topics/linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ There are 2 configuration files, which stores users information
16491649
<details>
16501650
<summary>Which file stores users passwords? Is it visible for everyone?</summary><br>
16511651
1652-
`/etc/shadow` file holds the passwords of the users in encryted format. NO, it is only visible to the `root` user
1652+
`/etc/shadow` file holds the passwords of the users in encrypted format. NO, it is only visible to the `root` user
16531653
</details>
16541654
16551655
<details>

topics/security/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The principle of least privilege refers to the practice of providing minimal per
4242
* Subject name
4343
* Subject Public Key info
4444

45-
Every certificates must be signed by a trusted authority, a certificate chain is a concatenation of mutilple certificates signed by a more trusted authority from the one delivered by the website to the root Certificate Authority (CA). The root Certificate Authority is the top most trusted authority and every browsers embark their certificate natively.
45+
Every certificates must be signed by a trusted authority, a certificate chain is a concatenation of multiple certificates signed by a more trusted authority from the one delivered by the website to the root Certificate Authority (CA). The root Certificate Authority is the top most trusted authority and every browsers embark their certificate natively.
4646

4747
</b></details>
4848

0 commit comments

Comments
 (0)