From e75dab567464db452a5bdf89051c53207568d840 Mon Sep 17 00:00:00 2001 From: Sean Charles Date: Thu, 6 Sep 2018 11:12:10 +0100 Subject: [PATCH] typo --- lib/mix/tasks/docs.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/docs.ex b/lib/mix/tasks/docs.ex index df142eab5..6bf9e84c0 100644 --- a/lib/mix/tasks/docs.ex +++ b/lib/mix/tasks/docs.ex @@ -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,