Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit a2d111f

Browse files
committed
docs fix
1 parent 9dde145 commit a2d111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The `options` parameter takes additional attributes:
270270
this.belongsToPolymorphic('children', {typeField: 'children_class'}) // if we have a model with a `children_class` and `children_id` fields
271271
```
272272

273-
### "has(name, options)"
273+
### has(name, options)
274274
If you need to create a custom query to fetch your relational data:
275275

276276
```js

0 commit comments

Comments
 (0)