diff --git a/docs/en-US/api/database/relation-repository/belongs-to-many-repository.md b/docs/en-US/api/database/relation-repository/belongs-to-many-repository.md index 11b3f5e5d..bfd6f89db 100644 --- a/docs/en-US/api/database/relation-repository/belongs-to-many-repository.md +++ b/docs/en-US/api/database/relation-repository/belongs-to-many-repository.md @@ -4,7 +4,7 @@ Unlike other relationship types, the `BelongsToMany` type of relationship needs to be recorded through an intermediate table. The intermediate table can be created automatically or explicitly specified when defining association relationships in NocoBase. -## Class Method +## Class Methods ### `find()`