Skip to content

Commit a3ec2c3

Browse files
authored
Update FilamentServiceProvider.php (alexjustesen#135)
1 parent a6fd028 commit a3ec2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/FilamentServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function boot()
3838
]);
3939

4040
Filament::registerNavigationItems([
41-
NavigationItem::make('Documenation')
41+
NavigationItem::make('Documentation')
4242
->url('https://docs.speedtest-tracker.dev/', shouldOpenInNewTab: true)
4343
->icon('heroicon-o-external-link')
4444
->group('Links')

0 commit comments

Comments
 (0)