Skip to content

Commit 086faf9

Browse files
authored
Merge pull request #532 from borNfreee/patch-2
Copy paste error fix: filter -> order
2 parents 62be9f9 + 8e89c2c commit 086faf9

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)