Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doruk Gurleyen <dorukgurleyen@gmail.com>
  • Loading branch information
benjaminkimball and kzlsakal authored Jul 31, 2024
1 parent 75a2bbe commit de9eb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule Products.Schema do
end
```

Your `:_resolve_reference` must return one of the follow:
Your `:_resolve_reference` must return one of the following:

```elixir
{:ok, %Product{id: id, ...}}
Expand Down

0 comments on commit de9eb2d

Please sign in to comment.