mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
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:
committed by
Caitlin Potter
parent
c5e39c688b
commit
cecd5214df
@@ -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: ' '});
|
||||
|
||||
Reference in New Issue
Block a user