From 968fe62e6c17be84ac4ba0a9159a3f4ef785f64c Mon Sep 17 00:00:00 2001 From: Nuri Hodges Date: Mon, 6 Feb 2017 18:51:43 -0800 Subject: [PATCH] docs(toh-6): fix tsconfig-aot.json indentation. (#3192) --- public/docs/_examples/toh-6/ts/tsconfig-aot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/_examples/toh-6/ts/tsconfig-aot.json b/public/docs/_examples/toh-6/ts/tsconfig-aot.json index 667ba0df42..fe1e6df520 100644 --- a/public/docs/_examples/toh-6/ts/tsconfig-aot.json +++ b/public/docs/_examples/toh-6/ts/tsconfig-aot.json @@ -20,7 +20,7 @@ ], "angularCompilerOptions": { - "genDir": "aot", - "skipMetadataEmit" : true - } + "genDir": "aot", + "skipMetadataEmit" : true + } }