docs: fix typo in related docs (#110)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #110
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
This commit is contained in:
James Harton 2024-07-04 10:29:21 +12:00 committed by James Harton
parent 8cc0de70c4
commit e60facc798

View file

@ -130,7 +130,7 @@ defmodule Smokestack.RelatedBuilder do
```elixir
author = insert!(Author)
post = insert!(Post, relate: [author: Author])
post = insert!(Post, relate: [author: author])
```
"""
]