fix typo in documentation

This commit is contained in:
Elmar S. Heeb 2018-04-14 10:52:30 +02:00
parent e57d0fdccc
commit c14f9cc247

View File

@ -59,7 +59,7 @@ An example `local.conf`:
}, },
"settings": { "settings": {
"softwareUpdate": "apply", "softwareUpdate": "apply",
"softwraeUpdateChannel": "release" "softwareUpdateChannel": "release"
} }
} }
``` ```