Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 33c51a3

Browse files
committed
spelling: transclusion
1 parent d02702c commit 33c51a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/ng/compileSpec.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7964,7 +7964,7 @@ describe('$compile', function() {
79647964

79657965

79667966

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 ' +
79687968
'are in the mix', function() {
79697969
// When a child controller is in the transclusion that replaces the parent element that has a directive with
79707970
// 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() {
80588058
});
80598059

80608060

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 ' +
80628062
'replacement are in the mix', function() {
80638063
// similar to the test above, except that we have one more layer of nesting and nested transclusion
80648064

@@ -9789,7 +9789,7 @@ describe('$compile', function() {
97899789
});
97909790

97919791

9792-
it('should terminate compilation only for element trasclusion', function() {
9792+
it('should terminate compilation only for element transclusion', function() {
97939793
module(function() {
97949794
directive('elementTrans', function(log) {
97959795
return {

0 commit comments

Comments
 (0)