Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlrrb committed Oct 10, 2018
1 parent a411b9e commit 32228b7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 1-Installation_and_Intro/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 1 - Installation and Introduction

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 2-Long_Lived_Containers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 2 - Long Lived Containers

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 3-Bundle_Your_App_Into_An_Image/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 3 - Bundle Your App into an Image

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 3-Bundle_Your_App_Into_An_Image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "3-Bundle_Your_App_Into_An_Image",
"version": "1.0.0",
"description": "#### A note about the symantec formatting in this tutorial:",
"description": "#### A note about the semantic formatting in this tutorial:",
"main": "index.js",
"scripts": {
"start": "node index.js"
Expand Down
2 changes: 1 addition & 1 deletion 4-Containerized_Development_With_Volumes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 4 - Containerized Development With Volumes

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 4-Containerized_Development_With_Volumes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "4-Containerized_Development_With_Volumes",
"version": "1.0.0",
"description": "#### A note about the symantec formatting in this tutorial:",
"description": "#### A note about the semantic formatting in this tutorial:",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand Down
2 changes: 1 addition & 1 deletion 5-Make_Multiple_Containers_Work_Together/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 5 - Make Multiple Containers Work Together

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 6-Docker_Compose_For_Multi-Container_Apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 6 - Docker-Compose For Multi-Container Apps

#### A note about the symantec formatting in this tutorial:
#### A note about the semantic formatting in this tutorial:

- [ ] Check boxes are steps that need to be completed.

Expand Down
2 changes: 1 addition & 1 deletion 7-Docker_Swarm_For_Scaling/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 7 - Docker Swarm For Scaling

#### A note about the symantec formanting in this tutorial:
#### A note about the semantic formanting in this tutorial:

Text that looks `like this --for --example` are commands that you should type into your terminal. Or else.

Expand Down
2 changes: 1 addition & 1 deletion 8-Deploying_With_Docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module 8 - Deploying With Docker

#### A note about the symantec formanting in this tutorial:
#### A note about the semantic formanting in this tutorial:

Text that looks `like this --for --example` are commands that you should type into your terminal. Or else.

Expand Down

0 comments on commit 32228b7

Please sign in to comment.