From 5d740785a9344622851244be0c38f9aafd18caad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Tue, 30 Oct 2018 17:36:45 -0700 Subject: [PATCH] docs: fix aot typo --- packages/core/src/render3/publish_global_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/render3/publish_global_util.ts b/packages/core/src/render3/publish_global_util.ts index 5db9ad072b..ca4d22bc97 100644 --- a/packages/core/src/render3/publish_global_util.ts +++ b/packages/core/src/render3/publish_global_util.ts @@ -14,7 +14,7 @@ import {getComponent, getDirectives, getHostComponent, getInjector, getRootCompo * * To see this in action run the following command: * - * bazel run --define=compile=local + * bazel run --define=compile=aot * //packages/core/test/bundling/todo:devserver * * Then load `localhost:5432` and start using the console tools.