diff --git a/src/Action/Api/Scope/Box/Delete.php b/src/Action/Api/Scope/Box/Delete.php index 18f6b76..df24c15 100644 --- a/src/Action/Api/Scope/Box/Delete.php +++ b/src/Action/Api/Scope/Box/Delete.php @@ -13,7 +13,7 @@ use Psr\Http\Message\ServerRequestInterface; /** - * Action for deleeting a box from the server + * Action for deleting a box from the server * * @package Phagrancy\Action\Api\Scope\Box */ @@ -36,8 +36,8 @@ class Delete public function __construct(Repository\Box $boxes, Input\BoxDelete $input, $storagePath) { - $this->boxes = $boxes; - $this->input = $input; + $this->boxes = $boxes; + $this->input = $input; $this->storagePath = $storagePath; }