Skip to content

Commit

Permalink
amp
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 18, 2024
1 parent ad53e3c commit 52a1ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ToolsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(
public function __invoke(): View
{
return \view('tools', [
'title' => 'Tools - What & when to use',
'title' => 'Tools - What and When to use',
'tools' => $this->toolRepository->fetchAll(),
]);
}
Expand Down

0 comments on commit 52a1ba4

Please sign in to comment.