We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b150f commit 3ebc1daCopy full SHA for 3ebc1da
lib/mix/tasks/docs.ex
@@ -304,7 +304,7 @@ defmodule Mix.Tasks.Docs do
304
305
#### Group metadata
306
307
- By default, ExDoc respects the `:group` metadata field to dertermine in which
+ By default, ExDoc respects the `:group` metadata field to determine in which
308
group an element belongs:
309
310
@doc group: "Queries"
@@ -382,7 +382,7 @@ defmodule Mix.Tasks.Docs do
382
Descriptions can also be given in the `:default_group_for_doc` configuration:
383
384
default_group_for_doc: fn metadata ->
385
- csae metadata[:group] do
+ case metadata[:group] do
386
:main_api -> "Main API"
387
:helpers -> [title: "Helpers", description: "Functions shared with other modules."]
388
_ -> nil
0 commit comments