Skip to content

Commit dcdb498

Browse files
authored
Merge pull request docker#84 from carehart/master
correct typos
2 parents 563020e + 77f04a4 commit dcdb498

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before submitting a new application, check if there isn't already application sa
1515
If there is one, consider updating it instead of creating a new one.
1616

1717
If you would like to submit a new application example, please start by submitting a proposal as an issue.
18-
The maintainers will then use this issue to discuss what the the most valuable example for the application,
18+
The maintainers will then use this issue to discuss what the most valuable example for the application,
1919
technology, language, or framework would be.
2020

2121
After the choice has been made, you can submit a pull request with the example remembering to:

apache-php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating php-docker_web_1 ... done
3737

3838
## Expected result
3939

40-
Listing containers must show two containers running and the port mapping as below:
40+
Listing containers must show one container running and the port mapping as below:
4141
```
4242
$ docker ps
4343
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ $.validator.addMethod( "creditcard", function( value, element ) {
359359
}, "Please enter a valid credit card number." );
360360

361361
/* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator
362-
* Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
362+
* Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
363363
* Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings)
364364
*/
365365
$.validator.addMethod( "creditcardtypes", function( value, element, param ) {

django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating django_web_1 ... done
3737

3838
## Expected result
3939

40-
Listing containers must show two containers running and the port mapping as below:
40+
Listing containers must show one container running and the port mapping as below:
4141
```
4242
$ docker ps
4343
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

flask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating flask_web_1 ... done
3737

3838
## Expected result
3939

40-
Listing containers must show two containers running and the port mapping as below:
40+
Listing containers must show one container running and the port mapping as below:
4141
```
4242
$ docker ps
4343
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

nginx-flask-mongo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating nginx-flask-mongo_web_1 ... done
5050

5151
## Expected result
5252

53-
Listing containers must show two containers running and the port mapping as below:
53+
Listing containers must show three containers running and the port mapping as below:
5454
```
5555
$ docker ps
5656
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

nginx-flask-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Creating nginx-flask-mysql_proxy_1 ... done
4848

4949
## Expected result
5050

51-
Listing containers must show two containers running and the port mapping as below:
51+
Listing containers must show three containers running and the port mapping as below:
5252
```
5353
$ docker ps
5454
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

nginx-golang-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Creating nginx-golang-mysql_proxy_1 ... done
5555

5656
## Expected result
5757

58-
Listing containers must show two containers running and the port mapping as below:
58+
Listing containers must show three containers running and the port mapping as below:
5959
```
6060
$ docker ps
6161
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

nginx-golang-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Creating nginx-golang-postgres_proxy_1 ... done
5454

5555
## Expected result
5656

57-
Listing containers must show two containers running and the port mapping as below:
57+
Listing containers must show three containers running and the port mapping as below:
5858
```
5959
$ docker ps
6060
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

sparkjava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Creating sparkjava_sparkjava_1 ... done
4040

4141
## Expected result
4242

43-
Listing containers must show two containers running and the port mapping as below:
43+
Listing containers must show one container running and the port mapping as below:
4444
```
4545
$ docker ps
4646
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

0 commit comments

Comments
 (0)