Skip to content

Commit 74dfbc3

Browse files
authored
Update README.md
Fix typo in separator
1 parent f311e9c commit 74dfbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ use Awcodes\FilamentBadgeableColumn\Components\BadgeableColumn;
112112
return $table
113113
->columns([
114114
BadgeableColumn::make('name')
115-
->seperator(':')
115+
->separator(':')
116116
]);
117117
```
118118

0 commit comments

Comments
 (0)