docs: update docs

This commit is contained in:
Zach Daniel 2021-03-22 13:12:04 -04:00
parent d99db5e821
commit 2d354d5626

View file

@ -22,7 +22,7 @@ defmodule AshAdmin.Resource do
relationships: [
type: {:list, :atom},
doc:
"The list of relationships to show in forms. If not set, all relationships are shown."
"The list of relationships to allow editing in forms. If not set, all public relationships are accepted."
]
]
}