Fix typos

This commit is contained in:
Luke Murphy 2019-09-11 01:46:50 +01:00
parent 83b4be5345
commit 1cb6080778
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -28,7 +28,7 @@ SETTINGS_PATH_OTHER_LOCATION = "/etc/yunohost/settings-%s.json"
# * bool
# * int
# * string
# * enum (in form a python list)
# * enum (in the form of a python list)
DEFAULTS = OrderedDict([
("example.bool", {"type": "bool", "default": True}),