From 8aabde1b5a7e140742e22bb41d28ccdd71170d60 Mon Sep 17 00:00:00 2001 From: Bryan Nelson Date: Thu, 5 Mar 2020 14:11:06 -0600 Subject: [PATCH 1/2] Spelling fix: Apline to Alpine Minor spelling error. --- env-example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/env-example b/env-example index 5d94b128..5e78a2eb 100644 --- a/env-example +++ b/env-example @@ -299,7 +299,7 @@ MYSQL_SERVER=mariadb-10.3 ### ### 1.4 Choose PostgreSQL Server Image ### -### IMPORTANT: Apline based images might cause issues on Docker Toolbox or OSX +### IMPORTANT: Alpine based images might cause issues on Docker Toolbox or OSX ### https://github.com/docker/toolbox/issues/510 ### #PGSQL_SERVER=9.0 @@ -361,7 +361,7 @@ PGSQL_SERVER=12.1 ### ### 1.5 Choose Redis Server Image ### -### IMPORTANT: Apline based images might cause issues on Docker Toolbox or OSX +### IMPORTANT: Alpine based images might cause issues on Docker Toolbox or OSX ### https://github.com/docker/toolbox/issues/510 ### #REDIS_SERVER=2.8 @@ -380,7 +380,7 @@ REDIS_SERVER=5.0 ### ### 1.6 Choose Memcached Server Image ### -### IMPORTANT: Apline based images might cause issues on Docker Toolbox or OSX +### IMPORTANT: Alpine based images might cause issues on Docker Toolbox or OSX ### https://github.com/docker/toolbox/issues/510 ### #MEMCD_SERVER=1.4 From d104e4e9a589c33e331023920287101b53547b0b Mon Sep 17 00:00:00 2001 From: Bryan Nelson Date: Thu, 5 Mar 2020 14:12:34 -0600 Subject: [PATCH 2/2] Update CONTRIBUTING.md Minor spelling fix. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17b34040..036843e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ **Abstract** The Devilbox is currently being developed in my spare time and mostly reflects the features that I -am using for all the web projcets I have to handle. In order to better present it to the majority +am using for all the web projects I have to handle. In order to better present it to the majority of other software developers I do require support to cope with all the feature requests.