Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Dec 28, 2024
1 parent 9d4fce3 commit a7b9ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ monkay = Monkay(

# somewhere later

if not os.environg.get("DEBUG"):
if not os.environ.get("DEBUG"):
monkay.settings = os.environ.get("MONKAY_MAIN_SETTINGS", "foo.test:example") or ""
elif os.environ.get("PERFORMANCE"):
# you can also provide a class
Expand Down

0 comments on commit a7b9ecd

Please sign in to comment.