docs: side_loading -> loading

This commit is contained in:
Zach Daniel 2021-05-08 20:34:44 -04:00 committed by GitHub
parent be07ffc0dd
commit 990aaf8147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ defmodule Ash.Resource.Dsl do
A section for declaring relationships on the resource. A section for declaring relationships on the resource.
Relationships are a core component of resource oriented design. Many components of Ash Relationships are a core component of resource oriented design. Many components of Ash
will use these relationships. A simple use case is side_loading (done via the `Ash.Query.load/2`). will use these relationships. A simple use case is loading relationships (done via the `Ash.Query.load/2`).
""", """,
examples: [ examples: [
""" """