From d8c8b13bb8cbd54faa0fcadb692e6ad0269183ee Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sun, 16 Jul 2017 10:29:52 -0700 Subject: [PATCH] docs: fix typo --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index d72163e719..963e327cf2 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -178,7 +178,7 @@ For a discussion of the unit testing setup files, [see below](guide/testing#setu {@a isolated-v-testing-utilities} -### Isolated unit tests vs. the Angular testing utilites +### Isolated unit tests vs. the Angular testing utilities [Isolated unit tests](guide/testing#isolated-unit-tests "Unit testing without the Angular testing utilities") examine an instance of a class all by itself without any dependence on Angular or any injected values.