build(aio): fix angular-cli config typo

This commit is contained in:
Peter Bacon Darwin 2017-03-27 21:15:00 +01:00 committed by Pete Bacon Darwin
parent 99951911d5
commit 9e0d7be014

View File

@ -58,7 +58,7 @@
"defaults": { "defaults": {
"styleExt": "scss", "styleExt": "scss",
"component": { "component": {
"inlineStype": true "inlineStyle": true
} }
} }
} }