Skip to content

Commit 9113485

Browse files
author
Robert Beene
authored
Fix typo
depreciated -> deprecated
1 parent 18b0435 commit 9113485

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
@@ -844,10 +844,10 @@ defmodule ExAdmin.Register do
844844
end
845845

846846
@doc false
847-
# Note: `actions/2` has been depreciated. Please use `action_items/1` instead
847+
# Note: `actions/2` has been deprecated. Please use `action_items/1` instead
848848
defmacro actions(:all, opts \\ quote(do: [])) do
849849
require Logger
850-
Logger.warn "actions/2 has been depreciated. Please use action_items/1 instead"
850+
Logger.warn "actions/2 has been deprecated. Please use action_items/1 instead"
851851
quote do
852852
opts = unquote(opts)
853853
Module.put_attribute __MODULE__, :actions, unquote(opts)

0 commit comments

Comments
 (0)