Skip to content

Commit 066f589

Browse files
Merge pull request #17671 to #17672
2 parents 71104c4 + bac945c commit 066f589

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/code/Magento/Integration/Block/Adminhtml/Integration/Edit/Tab/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getTabTitle()
7878
}
7979

8080
/**
81-
* Returns status flag about this tab can be showen or not
81+
* Returns status flag about this tab can be shown or not
8282
*
8383
* @return true
8484
*/

lib/internal/Magento/Framework/App/DeploymentConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function resetData()
117117
}
118118

119119
/**
120-
* Check if data from deploy files is avaiable
120+
* Check if data from deploy files is available
121121
*
122122
* @return bool
123123
* @since 100.1.3

setup/src/Magento/Setup/Console/Command/InstallCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class InstallCommand extends AbstractSetupCommand
5050
/**
5151
* List of comma-separated module names. That must be avoided during installation.
5252
* List of comma-separated module names. That must be avoided during installation.
53-
* Avaiable magic param all.
53+
* Available magic param all.
5454
*/
5555
const INPUT_KEY_DISABLE_MODULES = 'disable_modules';
5656

@@ -166,14 +166,14 @@ protected function configure()
166166
null,
167167
InputOption::VALUE_OPTIONAL,
168168
'List of comma-separated module names. That must be included during installation. '
169-
. 'Avaiable magic param "all".'
169+
. 'Available magic param "all".'
170170
),
171171
new InputOption(
172172
self::INPUT_KEY_DISABLE_MODULES,
173173
null,
174174
InputOption::VALUE_OPTIONAL,
175175
'List of comma-separated module names. That must be avoided during installation. '
176-
. 'Avaiable magic param "all".'
176+
. 'Available magic param "all".'
177177
),
178178
new InputOption(
179179
self::CONVERT_OLD_SCRIPTS_KEY,

0 commit comments

Comments
 (0)