Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update crawlReport.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 3, 2015
1 parent 2a9c4b0 commit 2a21a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/crawlReport.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@if ($statusCode >= 400))

Crawled {{ count($urls) }} link with status code {{ $statusCode }}:
Crawled {{ count($urls) }} link(s) with status code {{ $statusCode }}:

<ul>
@foreach($urls as $url)
Expand Down

0 comments on commit 2a21a72

Please sign in to comment.