Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 18, 2024
1 parent 80ae96d commit 8f55a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ProductDataTableType extends AbstractDataTableType
{
public function buildDataTable(DataTableBuilderInterface $builder, array $options): void
{
// Define column, filers, actions, exporters, etc...
// Define column, filters, actions, exporters, etc...
}
}
```
Expand Down

0 comments on commit 8f55a97

Please sign in to comment.