From 1f86987701fb938cf560e278f05357526065edf7 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Tue, 28 Jan 2020 13:44:58 +0900 Subject: [PATCH] Fix language of code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b7d406e9..d5d80aa67 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ export default class KitchenSink { In order for Angular to expose the debug information for AoT applications, you will have to explicitly set the debug flag to `true` in your project's `tsconfig.json` as such: -```json +```json5 "angularCompilerOptions": { /* ... */ "debug": true