Fix typo in doc

This commit is contained in:
Frederic Guillot
2017-01-28 16:42:46 -05:00
parent 3e18ce5d5c
commit 522ceae6bb

View File

@@ -6,7 +6,7 @@ Helper skeleton:
```php
<?php
namespace Kanboard\Plugin\MyPlugin\Helper\MyHelper;
namespace Kanboard\Plugin\MyPlugin\Helper;
use Kanboard\Core\Base;