Skip to content

Commit 371bb07

Browse files
committed
DocBloc typo fixes
1 parent 8a0fd71 commit 371bb07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Config/Block/System/Config/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ protected function _getAdditionalElementTypes()
684684
}
685685

686686
/**
687-
* Temporary moved those $this->getRequest()->getParam('blabla') from the code accross this block
687+
* Temporary moved those $this->getRequest()->getParam('blabla') from the code across this block
688688
* to getBlala() methods to be later set from controller with setters
689689
*/
690690

app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ protected function _insertData()
604604
}
605605

606606
/**
607-
* Get new supper attribute id.
607+
* Get new super attribute id.
608608
*
609609
* @return int
610610
*/

app/code/Magento/Customer/Model/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ public function setAfterAuthUrl($url)
552552
}
553553

554554
/**
555-
* Reset core session hosts after reseting session ID
555+
* Reset core session hosts after resetting session ID
556556
*
557557
* @return $this
558558
*/

0 commit comments

Comments
 (0)