Skip to content

Commit 46c804c

Browse files
committed
Fix a few typos in PHPDoc comments
1 parent a6933f3 commit 46c804c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Composite/Fieldset/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function getCurrentStore()
101101
}
102102

103103
/**
104-
* Returns additional values for js config, con be overridden by descendants
104+
* Returns additional values for js config, can be overridden by descendants
105105
*
106106
* @return array
107107
*/

app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function getCurrentStore()
203203
}
204204

205205
/**
206-
* Returns additional values for js config, con be overridden by descendants
206+
* Returns additional values for js config, can be overridden by descendants
207207
*
208208
* @return array
209209
*/

0 commit comments

Comments
 (0)