Skip to content

Commit f895ab6

Browse files
author
unknown
committed
targetting -> targeting
1 parent 8cd1a6c commit f895ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/RequestValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function validateRequest(IlluminateRequest $request)
9494

9595
// The accept validator will always be run once any of the previous validators have
9696
// been run. This ensures that we only run the accept validator once we know we
97-
// have a request that is targetting the API.
97+
// have a request that is targeting the API.
9898
if ($passed) {
9999
$this->container->make('Dingo\Api\Http\Validation\Accept')->validate($request);
100100
}

0 commit comments

Comments
 (0)