From 669ac18e0ea805f38b2b0162fa904f35a2e2c3df Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Mon, 12 Apr 2021 12:55:06 +0300 Subject: [PATCH] Typo fix --- samples/C4_Deployment Diagram Sample - bigbankplc.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/C4_Deployment Diagram Sample - bigbankplc.puml b/samples/C4_Deployment Diagram Sample - bigbankplc.puml index 47c946d..0d93a1a 100644 --- a/samples/C4_Deployment Diagram Sample - bigbankplc.puml +++ b/samples/C4_Deployment Diagram Sample - bigbankplc.puml @@ -38,7 +38,7 @@ Deployment_Node(mob, "Customer's mobile device", "Apple IOS or Android"){ Container(mobile, "Mobile App", "Xamarin", "Provides a limited subset of the Internet Banking functionality to customers via their mobile device.") } -Deployment_Node(comp, "Customer's computer", "Mircosoft Windows of Apple macOS"){ +Deployment_Node(comp, "Customer's computer", "Mircosoft Windows or Apple macOS"){ Deployment_Node(browser, "Web Browser", "Google Chrome, Mozilla Firefox, Apple Safari or Microsoft Edge"){ Container(spa, "Single Page Application", "JavaScript and Angular", "Provides all of the Internet Banking functionality to customers via their web browser.") }