Skip to content

Commit 932e847

Browse files
committed
lint
1 parent 543267b commit 932e847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/pattern_assembler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var pattern_assembler = function () {
4545
return patternlab.patterns[i];
4646
}
4747
}
48-
plutils.logOrange('Could not find pattern referenced with partial synxtax "' + partialName + '". This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.')
48+
plutils.logOrange('Could not find pattern referenced with partial synxtax "' + partialName + '". This can occur when a pattern was renamed, moved, or no longer exists but it still called within a different template somewhere.');
4949
return undefined;
5050
}
5151

0 commit comments

Comments
 (0)