Skip to content
Merged

typo #890

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mix/tasks/docs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ defmodule Mix.Tasks.Docs do
def grant_privilege(resource, privilege)
end

And then in the congiruation you can group these with:
And then in the configuration you can group these with:

groups_for_functions: [
Authentication: & &1[:section] == :auth,
Expand Down