Skip to content

Commit c7f0d86

Browse files
committed
Update sync.mjs
1 parent 466963e commit c7f0d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sync.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ versions.forEach((version) => {
325325
case 'about':
326326
return 'About Filament'
327327
case 'styling':
328-
return 'Customizing Styling'
328+
return 'Customizing styling'
329329
case 'tenancy':
330-
return 'Multi-Tenancy'
330+
return 'Multi-tenancy'
331331
case 'ui':
332-
return 'Blade UI Components'
332+
return 'Blade UI components'
333333
default:
334334
return GrafiteHelper(
335335
slug.replace('-', ' '),

0 commit comments

Comments
 (0)