Skip to content

Commit af67683

Browse files
chore: fix typo (alexjustesen#116)
1 parent ce1e2da commit af67683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Pages/Settings/GeneralPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function getFormSchema(): array
8585
->schema([
8686
Toggle::make('auth_enabled')
8787
->label('Authentication enabled')
88-
->helperText("NOTE: Authentication is currently required. It's on the roadmap to be able to disabled it though.")
88+
->helperText("NOTE: Authentication is currently required. It's on the roadmap to be able to disable it though.")
8989
->disabled(),
9090
])
9191
->columnSpan([

0 commit comments

Comments
 (0)