Skip to content

Commit 7d064f3

Browse files
authored
Merge pull request #83 from michaellenahan/patch-5
Typo
2 parents a8cad26 + a69fc73 commit 7d064f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/dependency-heaven/problem/problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You will also be required to use `danielstjules/stringy` to manipulate the data
3939
----------------------------------------------------------------------
4040
## HINTS
4141

42-
Point your browser to [https://getcomposer.org/doc/00-intro.md](https://getcomposer.org/doc/00-intro.md) which will walk you through **Installing Composer** if you havn't already!
42+
Point your browser to [https://getcomposer.org/doc/00-intro.md](https://getcomposer.org/doc/00-intro.md) which will walk you through **Installing Composer** if you haven't already!
4343

4444
Use `composer init` to create your `composer.json` file with interactive search.
4545

@@ -54,4 +54,4 @@ Oh, and don't forget to use the Composer autoloader with:
5454
```php
5555
require_once __DIR__ . '/vendor/autoload.php';
5656
```
57-
----------------------------------------------------------------------
57+
----------------------------------------------------------------------

0 commit comments

Comments
 (0)