Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Magento\Framework\Setup\Patch;

/**
* Each patch can have dependecies, that should be applied before such patch
* Each patch can have dependencies, that should be applied before such patch
*
* / Patch2 --- Patch3
* /
Expand All @@ -20,7 +20,7 @@ interface DependentPatchInterface
/**
* Get array of patches that have to be executed prior to this.
*
* example of implementation:
* Example of implementation:
*
* [
* \Vendor_Name\Module_Name\Setup\Patch\Patch1::class,
Expand Down