From e0f3f2bd5a0b3c88ceeb9a253521a0380bdf483c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:19:42 -0400 Subject: [PATCH] spelling: withdrawal Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- cypress/platform/class.html | 4 ++-- cypress/platform/git-graph.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/platform/class.html b/cypress/platform/class.html index edf74e1b6..b649d1184 100644 --- a/cypress/platform/class.html +++ b/cypress/platform/class.html @@ -37,7 +37,7 @@ +String owner +BigDecimal balance +deposit(amount) bool - +withdrawl(amount) int + +withdrawal(amount) int } cssClass "BankAccount" customCss @@ -56,7 +56,7 @@ classE o-- classF : aggregation +String owner +BigDecimal balance +deposit(amount) bool - +withdrawl(amount) int + +withdrawal(amount) int } Class01~T~ <|-- AveryLongClass : Cool Class03~T~ *-- Class04~T~ diff --git a/cypress/platform/git-graph.html b/cypress/platform/git-graph.html index 64b0c9b71..44776036a 100644 --- a/cypress/platform/git-graph.html +++ b/cypress/platform/git-graph.html @@ -38,7 +38,7 @@ +String owner +BigDecimal balance +deposit(amount) bool - +withdrawl(amount) int + +withdrawal(amount) int } cssClass "BankAccount" customCss