From 972f3dcf2c5476262eaa9f85bf3281526a665179 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Sun, 21 Mar 2021 00:09:24 +0500 Subject: [PATCH 1/2] fix typo application and not applicaton --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e693aac..2355b53 100644 --- a/index.html +++ b/index.html @@ -419,7 +419,7 @@

3.1. Why Frontend Review Apps?

development.

-

3.2. Frontend Applicaton Architecture

+

3.2. Frontend Application Architecture

To give some context for what type of architecture we are for, we'll contrast it first with a traditional 3-tier full stack web architecture. @@ -1637,4 +1637,4 @@

Emil Reji

- \ No newline at end of file + From 3e50fec54c01fd316104dfcc8d1dec381c8d0ad2 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Sun, 21 Mar 2021 00:27:17 +0500 Subject: [PATCH 2/2] fix typo 'infrastrucutre' should be 'infrastructure' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2355b53..04704c3 100644 --- a/index.html +++ b/index.html @@ -1467,7 +1467,7 @@

11.1 Develop Dashboard Templates

11.2 Implementation using other cloud providers

- Our current solution uses AWS for its infrastrucutre. While this is a + Our current solution uses AWS for its infrastructure. While this is a good, common choice amongst the various other cloud providers, it would be great if our solution were operational amongst all the alternatives such as Digital Ocean, Google Cloud, etc.