We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92be1ca + 04c790d commit 654c777Copy full SHA for 654c777
index.md
@@ -27,7 +27,7 @@ require 'vendor/autoload.php';
27
$project = new Task\Project('wow');
28
29
$project->inject(function ($container) {
30
- $conatiner['phpspec'] = new Plugin\PhpSpecPlugin;
+ $container['phpspec'] = new Plugin\PhpSpecPlugin;
31
$container['fs'] = new Plugin\FilesystemPlugin;
32
$container['sass'] = (new Plugin\Sass\ScssPlugin)
33
->setPrefix('sass');
0 commit comments