Skip to content

Commit 8b00934

Browse files
committed
Fix english.
1 parent 261ef3b commit 8b00934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleStructuredDataTestTool.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private function hardWork($argument, $option)
9090

9191
foreach ($urls as $url) {
9292

93-
$this->line("Analizing <info>" . ($numUrl + 1) . "</info> di <info>" . count($urls) . "</info>");
93+
$this->line("Analyzing <info>" . ($numUrl + 1) . "</info> of <info>" . count($urls) . "</info>");
9494

9595
if(!$this->checkStructuredData($url, $whitelist)){
9696
$tuttoOk = false;

0 commit comments

Comments
 (0)