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

Commit 2b569fc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Angular.js

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

0 commit comments

Comments
 (0)