From 6991abb7e05b986d69ac21bb2c90f2bf920683b8 Mon Sep 17 00:00:00 2001 From: Alessandro Minoccheri Date: Wed, 29 Nov 2017 14:37:12 +0100 Subject: [PATCH] fixed little typo inside upgrade.md --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 811d59f3..e5a95073 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -33,7 +33,7 @@ class MyFixture extends Fixture ``` * The base ``Fixture`` class no longer implements ``DependentFixtureInterface``. - If you want to have a ``getDependencies()`` method, be sure to imlement + If you want to have a ``getDependencies()`` method, be sure to implement this interface explicitly: ```diff