Merge pull request #982 from staxmanade/patch-2

small spelling tweak to angular readme
This commit is contained in:
Diullei Gomes
2013-09-02 13:26:20 -07:00

View File

@@ -96,7 +96,7 @@ Since you are augmenting the $scope object, you should let the compiler know wha
$scope.title = 'Yabadabadu';
}
## Exemples
## Examples
### Working with $resource
@@ -151,4 +151,4 @@ Since you are augmenting the $scope object, you should let the compiler know wha
article.$save();
article.$publish();
}
}