From 5d5affca334a2c7d48c7e06a7978269bf8725798 Mon Sep 17 00:00:00 2001 From: Hunter Laux Date: Thu, 21 Jul 2022 16:10:59 -0700 Subject: [PATCH] Fix typo Missing 'r' in controller --- docs/c4c.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/c4c.md b/docs/c4c.md index 5af7193e3..62c19c8fd 100644 --- a/docs/c4c.md +++ b/docs/c4c.md @@ -260,7 +260,7 @@ UpdateRelStyle(customerA, bankA, $offsetY="60") System_Ext(mbs, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.") Container_Boundary(api, "API Application") { - Component(sign, "Sign In Controller", "MVC Rest Controlle", "Allows users to sign in to the internet banking system") + Component(sign, "Sign In Controller", "MVC Rest Controller", "Allows users to sign in to the internet banking system") Component(accounts, "Accounts Summary Controller", "MVC Rest Controller", "Provides customers with a summary of their bank accounts") Component(security, "Security Component", "Spring Bean", "Provides functionality related to singing in, changing passwords, etc.") Component(mbsfacade, "Mainframe Banking System Facade", "Spring Bean", "A facade onto the mainframe banking system.") @@ -364,4 +364,4 @@ UpdateRelStyle(customerA, bankA, $offsetY="60") UpdateRelStyle(api, db2, $offsetX="-40", $offsetY="-20") UpdateRelStyle(db, db2, $offsetY="-10") -``` \ No newline at end of file +```