Skip to content

Commit d7457e7

Browse files
committed
Fix Register changesets example description
1 parent 6783c29 commit d7457e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_admin/register.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ defmodule ExAdmin.Register do
467467
468468
## Examples
469469
470-
The following example illustrates how to add a sync action that will
471-
be run before the index page is loaded.
470+
The following example illustrates how to configure custom changeset functions
471+
for create and update actions.
472472
473473
changesets create: &__MODULE__.create_changeset/2,
474474
update: &__MODULE__.update_changeset/2

0 commit comments

Comments
 (0)