docs(guide/unit-testing): fix typo

Closes #4601
This commit is contained in:
gabriel-tessier 2013-10-23 18:51:36 +09:00 committed by Pete Bacon Darwin
parent 0bbb9e6258
commit 2cdb588b86

View file

@ -132,7 +132,7 @@ function MyClass() {
</pre>
However, where does the serviceRegistry come from? if it is:
* `new`-ed up, the the test has no chance to reset the services for testing
* `new`-ed up, the test has no chance to reset the services for testing
* global look-up, then the service returned is global as well (but resetting is easier, since
there is only one global variable to be reset).