diff --git a/docs/grid/fields.md b/docs/grid/fields.md index d01cc2c5..3a16ba28 100644 --- a/docs/grid/fields.md +++ b/docs/grid/fields.md @@ -396,7 +396,7 @@ Grids make it easy to define new types. All you need to do is create your own class implementing **FieldTypeInterface** and register it as a service. -{% code title="src/Grid/FieldType.php" lineNumbers="true" %} +{% code title="src/Grid/FieldType/CustomType.php" lineNumbers="true" %} ```php