From 95129959d23e732ffcd4651aeef0a065d3d6106b Mon Sep 17 00:00:00 2001 From: carehart Date: Mon, 27 Jul 2020 22:11:02 -0500 Subject: [PATCH 1/2] the Signed-off-by: carehart --- CONTRIBUTING.md | 2 +- .../wwwroot/lib/jquery-validation/dist/additional-methods.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6535e24..b3c5b52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js b/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js index e129bc0..13c2c7a 100755 --- a/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js +++ b/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js @@ -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 ) { From 77f04a45396c34e2efb39a371c9eee8e6afcbfe7 Mon Sep 17 00:00:00 2001 From: carehart Date: Mon, 27 Jul 2020 22:22:17 -0500 Subject: [PATCH 2/2] correct reference to number of containers Signed-off-by: carehart --- apache-php/README.md | 2 +- django/README.md | 2 +- flask/README.md | 2 +- nginx-flask-mongo/README.md | 2 +- nginx-flask-mysql/README.md | 2 +- nginx-golang-mysql/README.md | 2 +- nginx-golang-postgres/README.md | 2 +- sparkjava/README.md | 2 +- vuejs/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apache-php/README.md b/apache-php/README.md index fa2383f..d030da4 100644 --- a/apache-php/README.md +++ b/apache-php/README.md @@ -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 diff --git a/django/README.md b/django/README.md index 9d1569d..81411ae 100644 --- a/django/README.md +++ b/django/README.md @@ -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 diff --git a/flask/README.md b/flask/README.md index 2216ece..b45b948 100644 --- a/flask/README.md +++ b/flask/README.md @@ -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 diff --git a/nginx-flask-mongo/README.md b/nginx-flask-mongo/README.md index fdb2afb..28c3ed8 100644 --- a/nginx-flask-mongo/README.md +++ b/nginx-flask-mongo/README.md @@ -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 diff --git a/nginx-flask-mysql/README.md b/nginx-flask-mysql/README.md index 069d418..5a8bea7 100644 --- a/nginx-flask-mysql/README.md +++ b/nginx-flask-mysql/README.md @@ -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 diff --git a/nginx-golang-mysql/README.md b/nginx-golang-mysql/README.md index 0cb6e43..5c0e66f 100644 --- a/nginx-golang-mysql/README.md +++ b/nginx-golang-mysql/README.md @@ -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 diff --git a/nginx-golang-postgres/README.md b/nginx-golang-postgres/README.md index e3f8ae7..889cd66 100644 --- a/nginx-golang-postgres/README.md +++ b/nginx-golang-postgres/README.md @@ -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 diff --git a/sparkjava/README.md b/sparkjava/README.md index 6977406..f5ec924 100644 --- a/sparkjava/README.md +++ b/sparkjava/README.md @@ -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 diff --git a/vuejs/README.md b/vuejs/README.md index 47d0a4b..f1134bf 100644 --- a/vuejs/README.md +++ b/vuejs/README.md @@ -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