Skip to content

Commit 6f24b51

Browse files
authored
ENGCOM-4765: Spelling Mistake in Setup > Patch #22339
2 parents c05ca7c + 9c8f4b7 commit 6f24b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Setup/Patch/DependentPatchInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Framework\Setup\Patch;
77

88
/**
9-
* Each patch can have dependecies, that should be applied before such patch
9+
* Each patch can have dependencies, that should be applied before such patch
1010
*
1111
* / Patch2 --- Patch3
1212
* /
@@ -20,7 +20,7 @@ interface DependentPatchInterface
2020
/**
2121
* Get array of patches that have to be executed prior to this.
2222
*
23-
* example of implementation:
23+
* Example of implementation:
2424
*
2525
* [
2626
* \Vendor_Name\Module_Name\Setup\Patch\Patch1::class,

0 commit comments

Comments
 (0)