@@ -7964,7 +7964,7 @@ describe('$compile', function() {
7964
7964
7965
7965
7966
7966
7967
- it ( 'should instantiate controllers in the parent->child order when transluction , templateUrl and replacement ' +
7967
+ it ( 'should instantiate controllers in the parent->child order when transclusion , templateUrl and replacement ' +
7968
7968
'are in the mix' , function ( ) {
7969
7969
// When a child controller is in the transclusion that replaces the parent element that has a directive with
7970
7970
// a controller, we should ensure that we first instantiate the parent and only then stuff that comes from the
@@ -8058,7 +8058,7 @@ describe('$compile', function() {
8058
8058
} ) ;
8059
8059
8060
8060
8061
- it ( 'should instantiate controllers in the parent->child->baby order when nested transluction , templateUrl and ' +
8061
+ it ( 'should instantiate controllers in the parent->child->baby order when nested transclusion , templateUrl and ' +
8062
8062
'replacement are in the mix' , function ( ) {
8063
8063
// similar to the test above, except that we have one more layer of nesting and nested transclusion
8064
8064
@@ -9789,7 +9789,7 @@ describe('$compile', function() {
9789
9789
} ) ;
9790
9790
9791
9791
9792
- it ( 'should terminate compilation only for element trasclusion ' , function ( ) {
9792
+ it ( 'should terminate compilation only for element transclusion ' , function ( ) {
9793
9793
module ( function ( ) {
9794
9794
directive ( 'elementTrans' , function ( log ) {
9795
9795
return {
0 commit comments