Fixed typo

This commit is contained in:
Alejandro Celaya 2016-07-21 09:46:12 +02:00
parent d97287ab0c
commit 0a57f52309

View File

@ -65,7 +65,7 @@ class GetVisitsCommand extends Command
$table->setHeaders([ $table->setHeaders([
'Referer', 'Referer',
'Date', 'Date',
'Temote Address', 'Remote Address',
'User agent', 'User agent',
]); ]);