Skip to content

Commit 67ad165

Browse files
committed
DocBloc typo fixes
1 parent d849f99 commit 67ad165

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
@@ -709,7 +709,7 @@ protected function _getAdditionalElementTypes()
709709
}
710710

711711
/**
712-
* Temporary moved those $this->getRequest()->getParam('blabla') from the code accross this block
712+
* Temporary moved those $this->getRequest()->getParam('blabla') from the code across this block
713713
* to getBlala() methods to be later set from controller with setters
714714
*/
715715

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ protected function _insertData()
629629
}
630630

631631
/**
632-
* Get new supper attribute id.
632+
* Get new super attribute id.
633633
*
634634
* @return int
635635
*/

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

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

557557
/**
558-
* Reset core session hosts after reseting session ID
558+
* Reset core session hosts after resetting session ID
559559
*
560560
* @return $this
561561
*/

0 commit comments

Comments
 (0)