diff --git a/docs/tinyorm/relationships.mdx b/docs/tinyorm/relationships.mdx index fb44b7a2f..4e666ef14 100644 --- a/docs/tinyorm/relationships.mdx +++ b/docs/tinyorm/relationships.mdx @@ -100,7 +100,7 @@ However, the second parameter is more interesting, here you have to provide a ty Next, you have to define the `u_relations` hash, which maps relation names to relationship methods. 🔥🚀🙌 :::tip -You may omit the `friend Model` declaration and define all the private data and function members as public. +You may omit the `friend Model` declaration and define all the private data and function members as `public`. ::: ### One To One