From 6759aa68dce02b77fc68a4d43927a53d39389a89 Mon Sep 17 00:00:00 2001 From: Amit Chaurasia Date: Sun, 31 Mar 2019 19:49:23 +0530 Subject: [PATCH] docs: added complete path to the spec file (#29621) PR Close #29621 --- aio/content/guide/attribute-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index 08fe8e3c22..bc8e3ccacc 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -53,7 +53,7 @@ Create the directive class file in a terminal window with the CLI command [`ng g ng generate directive highlight -The CLI creates `src/app/highlight.directive.ts`, a corresponding test file (`.../spec.ts`, and _declares_ the directive class in the root `AppModule`. +The CLI creates `src/app/highlight.directive.ts`, a corresponding test file `src/app/highlight.directive.spec.ts`, and _declares_ the directive class in the root `AppModule`.