File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab
lib/internal/Magento/Framework/App
setup/src/Magento/Setup/Console/Command Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function getTabTitle()
78
78
}
79
79
80
80
/**
81
- * Returns status flag about this tab can be showen or not
81
+ * Returns status flag about this tab can be shown or not
82
82
*
83
83
* @return true
84
84
*/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function resetData()
117
117
}
118
118
119
119
/**
120
- * Check if data from deploy files is avaiable
120
+ * Check if data from deploy files is available
121
121
*
122
122
* @return bool
123
123
* @since 100.1.3
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class InstallCommand extends AbstractSetupCommand
50
50
/**
51
51
* List of comma-separated module names. That must be avoided during installation.
52
52
* List of comma-separated module names. That must be avoided during installation.
53
- * Avaiable magic param all.
53
+ * Available magic param all.
54
54
*/
55
55
const INPUT_KEY_DISABLE_MODULES = 'disable_modules ' ;
56
56
@@ -166,14 +166,14 @@ protected function configure()
166
166
null ,
167
167
InputOption::VALUE_OPTIONAL ,
168
168
'List of comma-separated module names. That must be included during installation. '
169
- . 'Avaiable magic param "all". '
169
+ . 'Available magic param "all". '
170
170
),
171
171
new InputOption (
172
172
self ::INPUT_KEY_DISABLE_MODULES ,
173
173
null ,
174
174
InputOption::VALUE_OPTIONAL ,
175
175
'List of comma-separated module names. That must be avoided during installation. '
176
- . 'Avaiable magic param "all". '
176
+ . 'Available magic param "all". '
177
177
),
178
178
new InputOption (
179
179
self ::CONVERT_OLD_SCRIPTS_KEY ,
You can’t perform that action at this time.
0 commit comments