From 0e71836cd5dcd9dd3f6b16932d96a2f6d08c44f5 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 6 Jul 2017 13:28:58 +0100 Subject: [PATCH] docs(aio): fix potential invalid jsdoc tag --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 5944f01a97..b05ee568e9 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -475,7 +475,7 @@ You'll need separate TypeScript configuration files such as these:
- @Types and node modules + `@types` and node modules
In the file structure of _this particular sample project_,