Skip to content

Commit 8e89c2c

Browse files
authored
Copy paste error fix: filter -> order
Seems like this is a copy paste error. This sentence describes `order`, not `filter`.
1 parent 62be9f9 commit 8e89c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/default-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Book
5757
}
5858
```
5959

60-
It's also possible to configure the default filter on an association property:
60+
It's also possible to configure the default order on an association property:
6161

6262
```php
6363
<?php

0 commit comments

Comments
 (0)