Skip to content

Commit e902580

Browse files
committed
Remove trailing paren ')'
1 parent 60b82cb commit e902580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/services/model/building-your-own.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ NOTE: **Note:** Event names typically start with a lowercase letter, but the met
126126

127127
## Relationships
128128

129-
_In-Depth Documentation:_ [Relating Models](development/services/model/relating-models.md))
129+
_In-Depth Documentation:_ [Relating Models](development/services/model/relating-models.md)
130130

131131
Models can be related to other models using just a little bit of metadata. They are defined on a `$_relationships` metadata array. The array keys should be the relationship names, and their values will be a description of the relationship:
132132

0 commit comments

Comments
 (0)