Skip to content

Commit d2628d1

Browse files
authored
Merge pull request #138 from vlobzakov/1.6
Fixed onBeforeChangeEngine duplication
2 parents ea1b22b + 2c32265 commit d2628d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating-manifest/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ The event is performed before changing the engine's version (e.g. from *php 7* t
715715

716716
### onAfterChangeEngine
717717

718-
The event is performed after changing the engine's version (e.g. from *php 7* to *php 7.1*) in the required environment. The *onBeforeChangeEngine* event is not compatible with Docker-based environments.
718+
The event is performed after changing the engine's version (e.g. from *php 7* to *php 7.1*) in the required environment. The *onAfterChangeEngine* event is not compatible with Docker-based environments.
719719

720720
**Event Placeholders:**
721721

0 commit comments

Comments
 (0)