Merge pull request #712 from elmar/master

fix typo in documentation
This commit is contained in:
Adam Ierymenko
2018-04-18 08:04:19 -07:00
committed by GitHub

View File

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