Skip to content

Commit 89a1c55

Browse files
committed
Fix typos in DocBlock comment
1 parent a72f40c commit 89a1c55

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Subtotal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ public function __construct(
5454
}
5555

5656
/**
57-
* Check if we need display both sobtotals
57+
* Check if we need display both subtotals
5858
*
5959
* @return bool
6060
*/
6161
public function displayBoth()
6262
{
6363
/**
64-
* Check without store parameter - we wil get admin configuration value
64+
* Check without store parameter - we will get admin configuration value
6565
*/
6666
return $this->_taxConfig->displayCartSubtotalBoth();
6767
}

0 commit comments

Comments
 (0)