mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
Fix error message (#101)
This commit is contained in:
parent
81fc0c6cb2
commit
c8655c3a50
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ elif DATABASE_TYPE == "mongo":
|
|||
|
||||
else:
|
||||
raise Exception(
|
||||
"Unable to determine database type. Acceptible options are 'mongo' or 'tinydb' "
|
||||
"Unable to determine database type. Acceptable options are 'mongo' or 'sqlite' "
|
||||
)
|
||||
|
||||
# Mongo Database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue