Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 37500fc

Browse files
laurentqrobtford
authored andcommitted
docs(guide/unit-testing): correct spelling
1 parent 4fe4fc5 commit 37500fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/unit-testing.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Out of the four options in the list above, only the last one is testable. Let's
4949
### Using the `new` operator
5050

5151
While there is nothing wrong with the `new` operator fundamentally, a problem arises when calling `new`
52-
on a constructor. This permanently binds the call site to the type. For example, lets say that we try to
52+
on a constructor. This permanently binds the call site to the type. For example, let's say that we try to
5353
instantiate an `XHR` that will retrieve data from the server.
5454

5555
```js

0 commit comments

Comments
 (0)