Browse Source

fix typo in documentation

Elmar S. Heeb 7 years ago
parent
commit
c14f9cc247
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/README.md

+ 1 - 1
service/README.md

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