Skip to content

Commit 6c78cb1

Browse files
committed
docs: bidirectional
1 parent dd08748 commit 6c78cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Text::make('Sub Title')
683683

684684
## Bidirectional Relationships
685685

686-
The `bidirectional` method establishes a bidirectional relationship between two or more fields. Each field involved in this relationship must use the `key` method to set a custom key. Then, these related fields' keys should be passed to the `bidirectional` method.
686+
The `bidirectional` method establishes a bidirectional relationship between two or more fields. Each field involved in this relationship must use the `key` method to set a custom key. Then, the keys of these related fields should be passed to the `bidirectional` method.
687687

688688
```php
689689
use Extended\ACF\Fields\Relationship;

0 commit comments

Comments
 (0)