Skip to content

Commit 0ece2d5

Browse files
cscportgkalpak
authored andcommitted
docs(angular.bootstrap): fix capitalization in error message
Closes angular#14325
1 parent 3968a8f commit 0ece2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ function bootstrap(element, modules, config) {
16231623
//Encode angle brackets to prevent input from being sanitized to empty string #8683
16241624
throw ngMinErr(
16251625
'btstrpd',
1626-
"App Already Bootstrapped with this Element '{0}'",
1626+
"App already bootstrapped with this element '{0}'",
16271627
tag.replace(/</,'&lt;').replace(/>/,'&gt;'));
16281628
}
16291629

0 commit comments

Comments
 (0)