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
commit 6fdbdf9272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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