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

Commit 611dcbc

Browse files
cscportgkalpak
authored andcommitted
docs(angular.bootstrap): fix capitalization in error message
Closes #14325
1 parent 2c9066e commit 611dcbc

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
@@ -1594,7 +1594,7 @@ function bootstrap(element, modules, config) {
15941594
//Encode angle brackets to prevent input from being sanitized to empty string #8683
15951595
throw ngMinErr(
15961596
'btstrpd',
1597-
"App Already Bootstrapped with this Element '{0}'",
1597+
"App already bootstrapped with this element '{0}'",
15981598
tag.replace(/</,'&lt;').replace(/>/,'&gt;'));
15991599
}
16001600

0 commit comments

Comments
 (0)