From c8e739e41f36c2340639fb6cfa54fc0a74ab9c59 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 1 Jan 2023 19:15:50 +0100 Subject: [PATCH] Fix typo in bigbankplc-styles.puml Sample Fix `cutomer` typo as reported in #279 --- percy/C4_Container Diagram Sample - bigbankplc-styles.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percy/C4_Container Diagram Sample - bigbankplc-styles.puml b/percy/C4_Container Diagram Sample - bigbankplc-styles.puml index 439364c..59eb03c 100644 --- a/percy/C4_Container Diagram Sample - bigbankplc-styles.puml +++ b/percy/C4_Container Diagram Sample - bigbankplc-styles.puml @@ -19,7 +19,7 @@ Person(customer, Customer, "A customer of the bank, with personal bank accounts" System_Boundary(c1, "Internet Banking") { Container(web_app, "Web Application", "Java, Spring MVC", "Delivers the static content and the Internet banking SPA") - Container(spa, "Single-Page App", "JavaScript, Angular", "Provides all the Internet banking functionality to cutomers via their web browser") + Container(spa, "Single-Page App", "JavaScript, Angular", "Provides all the Internet banking functionality to customers via their web browser") Container(mobile_app, "Mobile App", "C#, Xamarin", "Provides a limited subset of the Internet banking functionality to customers via their mobile device") ContainerDb(database, "Database", "SQL Database", "Stores user registration information, hashed auth credentials, access logs, etc.") Container(backend_api, "API Application", "Java, Docker Container", "Provides Internet banking functionality via API", $tags="backendContainer")