Skip to content

Commit

Permalink
fix: typo in docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Aug 20, 2024
1 parent d666d55 commit cf22602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule ViralSpiral.MixProject do
groups_for_modules: [
"Game Text": [~r"ViralSpiral.Canon"],
"Data Model": [~r"ViralSpiral.Game"],
Score: [~r"ViralSpiral.State"],
Score: [~r"ViralSpiral.Score"],
"User Interface": [~r"ViralSpiralWeb"],
Context: [~r"ViralSpiral"]
]
Expand Down

0 comments on commit cf22602

Please sign in to comment.