Merge pull request #84 from carehart/master

correct typos
This commit is contained in:
Guillaume Lours 2020-08-10 14:45:32 +02:00 committed by GitHub
commit dcdb498522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ Before submitting a new application, check if there isn't already application sa
If there is one, consider updating it instead of creating a new one.
If you would like to submit a new application example, please start by submitting a proposal as an issue.
The maintainers will then use this issue to discuss what the the most valuable example for the application,
The maintainers will then use this issue to discuss what the most valuable example for the application,
technology, language, or framework would be.
After the choice has been made, you can submit a pull request with the example remembering to:

View File

@ -37,7 +37,7 @@ Creating php-docker_web_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -359,7 +359,7 @@ $.validator.addMethod( "creditcard", function( value, element ) {
}, "Please enter a valid credit card number." );
/* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator
* Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings)
*/
$.validator.addMethod( "creditcardtypes", function( value, element, param ) {

View File

@ -37,7 +37,7 @@ Creating django_web_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -37,7 +37,7 @@ Creating flask_web_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -50,7 +50,7 @@ Creating nginx-flask-mongo_web_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -48,7 +48,7 @@ Creating nginx-flask-mysql_proxy_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -55,7 +55,7 @@ Creating nginx-golang-mysql_proxy_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -54,7 +54,7 @@ Creating nginx-golang-postgres_proxy_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -40,7 +40,7 @@ Creating sparkjava_sparkjava_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

View File

@ -42,7 +42,7 @@ Creating vuejs_web_1 ... done
## Expected result
Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES