docs: fix typo

This commit is contained in:
Jesse Palmer 2017-07-16 10:29:52 -07:00 committed by Alex Rickabaugh
parent 95635c18c7
commit 3b588fe2b0
1 changed files with 1 additions and 1 deletions

View File

@ -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.