Skip to content

Commit 654c777

Browse files
committed
Merge pull request #2 from laurisb/patch-1
Update index.md
2 parents 92be1ca + 04c790d commit 654c777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require 'vendor/autoload.php';
2727
$project = new Task\Project('wow');
2828

2929
$project->inject(function ($container) {
30-
$conatiner['phpspec'] = new Plugin\PhpSpecPlugin;
30+
$container['phpspec'] = new Plugin\PhpSpecPlugin;
3131
$container['fs'] = new Plugin\FilesystemPlugin;
3232
$container['sass'] = (new Plugin\Sass\ScssPlugin)
3333
->setPrefix('sass');

0 commit comments

Comments
 (0)