docs(*): fix its vs it's typos.

Only use the apostrophe if you can expand "it's" to "it is" and
still have a grammatical phrase.
This commit is contained in:
Ralph Giles
2014-05-20 14:36:00 -07:00
committed by Caitlin Potter
parent c5e39c688b
commit cecd5214df
3 changed files with 5 additions and 5 deletions

View File

@@ -584,7 +584,7 @@ describe('ngView and transcludes', function() {
});
});
it("should compile it's content correctly (although we remove it later)", function() {
it("should compile its content correctly (although we remove it later)", function() {
var testElement;
module(function($compileProvider, $routeProvider) {
$routeProvider.when('/view', {template: ' '});