From ffdd54b62e310ce351c97822a69ecac4eb723d3e Mon Sep 17 00:00:00 2001 From: Pearl C <63629092+pearl-cao@users.noreply.github.com> Date: Sun, 5 Feb 2023 12:35:52 +0800 Subject: [PATCH] Update belongs-to-many-repository.md --- .../database/relation-repository/belongs-to-many-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`