Skip to content

Commit 645583c

Browse files
committed
"Bellow [sic]" should be "Below".
Typo.
1 parent 421d661 commit 645583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To avoid cluttering the list of suggestions as you type in your IDE, all interfa
4242

4343
**ngMockE2E** does not define a new namespace, but rather modifies some of **ng**'s interfaces.
4444

45-
Bellow is an example of how to use the interfaces:
45+
Below is an example of how to use the interfaces:
4646
```ts
4747
function MainController($scope: ng.IScope, $http: ng.IHttpService) {
4848
// code assistance will now be available for $scope and $http

0 commit comments

Comments
 (0)