Skip to content

Commit

Permalink
Merge pull request #217 from AlessandroMinoccheri/fix_typo
Browse files Browse the repository at this point in the history
fixed little typo inside upgrade.md
  • Loading branch information
alcaeus authored Nov 29, 2017
2 parents 571996d + 6991abb commit d966d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d966d2a

Please sign in to comment.