Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 6b70e30

Browse files
mgrachevMano Marks
authored andcommitted
Fix typo (#431)
1 parent 0fab3d4 commit 6b70e30

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

developer-tools/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are many different versions of Ruby in use. Ruby applications can be based
1010

1111
In contrast, there are also many many versions of Python in use, but the majority of applications use the lastest 2.X or 3.X versions. Similarly, Java applications use the last two major releases of either Java released by Oracle or OpenJDK.
1212

13-
Earlier versions of Ruby are used in production because upgrading presents challenges such as, critical gems are not backward-compatible. Debugging tools like pry, rubocop, byebug... do work on many versions, but not consistently on all Ruby verisons.
13+
Earlier versions of Ruby are used in production because upgrading presents challenges such as, critical gems are not backward-compatible. Debugging tools like pry, rubocop, byebug... do work on many versions, but not consistently on all Ruby versions.
1414

1515
As a result, Ruby developers (and people deploying Ruby apps) rely on tools like [rvm](https://rvm.io/) or [rbenv](https://github.com/rbenv/rbenv) to install a specific version of Ruby. These tools enable developers to switch between different versions of Ruby, and between different sets of gems (when different applications have conflicting requirements).
1616

dockercon-us-2017/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This repo contains the series of hands-on labs presented at DockerCon 2017 in Austin. They are designed to help you gain experience in various Docker features, products, and solutions. Depending on your experience, each lab requires between 30-45 minutes to complete. They range in difficulty from easy to advanced.
66

7-
At the Hands-on Labs at DockerCon 2017 in Austin, we issued [Microsoft Azure](https://azure.microsoft.com/) credentials and hostnames. Many of these labs assumes you have Azure VMs and Docker Datacenter licenses. You can sign up for Azure resources through the Azure site. Each lab will identify prerequists at the begining of the lab. For Linux base nodes you
7+
At the Hands-on Labs at DockerCon 2017 in Austin, we issued [Microsoft Azure](https://azure.microsoft.com/) credentials and hostnames. Many of these labs assumes you have Azure VMs and Docker Datacenter licenses. You can sign up for Azure resources through the Azure site. Each lab will identify prerequists at the beginning of the lab. For Linux base nodes you
88

99
You can get a trial license for Docker Datacenter through [Docker Store](https://store.docker.com/search?offering=enterprise&type=edition).
1010

@@ -140,4 +140,4 @@ This lab is aimed at ops and system admins. It steps through packaging an ASP.NE
140140
141141
## [DockerCon 2017 Austin Workshops](workshop-slides/README.md)
142142

143-
At DockerCon 2017 in Austin, we had [10 workshops](https://2017.dockercon.com/workshops/), each lasting about 3 hours.
143+
At DockerCon 2017 in Austin, we had [10 workshops](https://2017.dockercon.com/workshops/), each lasting about 3 hours.

dockercon-us-2017/docker-cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Specify the Dockerfile path (in Step 7):
154154
+ Enter **/voting/Dockerfile** for the **Dockerfile Path**
155155

156156
### Check to make sure the repositories were created
157-
If you click the **Repositories** menu on the left you should see both the ```voting``` and ```results``` respositories were created.
157+
If you click the **Repositories** menu on the left you should see both the ```voting``` and ```results``` repositories were created.
158158

159159
Well done! You've created two new repos and configured them to autobuild whenever new changes are pushed to the associated GitHub repos.
160160

dockercon-us-2017/docker-enterprise/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ It will take up to 30 seconds to install.
129129

130130
4. Log in to UCP by going to `https://<node0-public-dns>` in your browswer
131131

132-
Depending on what browser you are using, you will receive a warning about the connection. Proceed through to the UCP URL. The warning is occuring because we UCP uses privately signed certificates by default. In a production installation we would add our own certificates that would be trusted by our browser.
132+
Depending on what browser you are using, you will receive a warning about the connection. Proceed through to the UCP URL. The warning is occurring because we UCP uses privately signed certificates by default. In a production installation we would add our own certificates that would be trusted by our browser.
133133

134134
![](images/private.png)
135135

@@ -203,7 +203,7 @@ A [Docker Stack](https://docs.docker.com/engine/reference/commandline/stack_depl
203203
In this section we will deploy the [Docker Pets](https://github.com/mark-church/docker-paas) application using a compose file. In the following sections we will add features to our compose file and make our application progressively more complex and feature-full. Docker Pets is a simple web app that records votes for different animals and uses a persistent backend to record the votes. It's comprised of two images:
204204

205205
- **`chrch/docker-pets`** is a front-end Python Flask container that serves up random images of housepets, depending on the given configuration
206-
- **`consul`** (which will be used in a later compose file) is a back-end KV store that stores the number of visits that the web services recieve. It's configured to bootstrap itself with 3 replicas so that we have fault tolerant persistence.
206+
- **`consul`** (which will be used in a later compose file) is a back-end KV store that stores the number of visits that the web services receive. It's configured to bootstrap itself with 3 replicas so that we have fault tolerant persistence.
207207

208208
This is the first iteration of our compose file for the Docker Pets application:
209209

dockercon-us-2017/securing-apps-docker-enterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Creating network pets_backend
333333
Creating service pets_web
334334
```
335335

336-
6. Go to your browser and in the address pane type in `<node0-public-ip>`. You should see that the app has succesfully deployed with the new change.
336+
6. Go to your browser and in the address pane type in `<node0-public-ip>`. You should see that the app has successfully deployed with the new change.
337337

338338
### <a name="Task 3.2"></a>Task 3.2: Rescan the Remediated Application
339339

security/apparmor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For more information, see the [official AppArmor documentation wiki](http://wiki
5252

5353
In this step you will check the status of AppArmor on your Docker Host and learn how to identify whether or not Docker containers are running with an AppArmor profile.
5454

55-
1. View the status of AppArmor on your Docker Host with the `apparmor_status` command. You may need to preceed the command with `sudo`.
55+
1. View the status of AppArmor on your Docker Host with the `apparmor_status` command. You may need to precede the command with `sudo`.
5656

5757
```
5858
$ apparmor_status

security/apparmor/wordpress/zues/zues-framework/libraries/customizer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Customizer Library adds sections, settings and controls to the customizer ba
1414

1515
At the moment there is only one custom control (for textarea), but look for additional controls as the library matures.
1616

17-
The Customizer Library includes additional classes and helper functions for creating inline styles and loading Google fonts. These functions and classes were developed by [The Theme Foundry](https://thethemefoundry.com/) for their theme [Make](https://thethemefoundry.com/wordpress-themes/make/) and I've found them quite useful in my own projects. However, I'm considering moving them into seperate modules in order to make the core library as focused as possible. Feedback on this is welcome.
17+
The Customizer Library includes additional classes and helper functions for creating inline styles and loading Google fonts. These functions and classes were developed by [The Theme Foundry](https://thethemefoundry.com/) for their theme [Make](https://thethemefoundry.com/wordpress-themes/make/) and I've found them quite useful in my own projects. However, I'm considering moving them into separate modules in order to make the core library as focused as possible. Feedback on this is welcome.
1818

1919
## Installation
2020

@@ -390,4 +390,4 @@ Development
390390
1.0.0
391391
===
392392

393-
* Public Release
393+
* Public Release

security/capabilities/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ usage: capsh [args ...]
198198
--killit=<n> send signal(n) to child
199199
--forkfor=<n> fork and make child sleep for <n> sec
200200
== re-exec(capsh) with args as for --
201-
-- remaing arguments are for /bin/bash
201+
-- remaining arguments are for /bin/bash
202202
(without -- [capsh] will simply exit(0))
203203
```
204204

security/scanning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Be sure to substitute `nigelpoulton` with your own Docker ID in the steps below.
128128
v1: digest: sha256:99588bc8883c9...5f600a3e9f8d5cd size: 528
129129
```
130130

131-
Congratualtions. In this step you tagged and pushed an image to your newly
131+
Congratulations. In this step you tagged and pushed an image to your newly
132132
created *private repo* on Docker Hub.
133133

134134
# <a name="results"></a>Step 4: View scan results

security/trust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Now we'll explore delegation roles in notary. Delegation roles are a subset of t
407407

408408
This command will allow the collaborator to push any target (from `--all-paths`) to the `targets/releases` role if they can sign with their private key `delegation.key` in order to produce a valid signature that can be verified by `delegation.crt`'s public key material.
409409

410-
Be aware that this commmand only stages the delegation role addition.
410+
Be aware that this command only stages the delegation role addition.
411411

412412
5. Publish the addition of the delegation role
413413

0 commit comments

Comments
 (0)