Skip to content

Commit cbedff0

Browse files
awdysonpkozlowski-opensource
authored andcommitted
docs($sce): fix typo
Closes angular#11108
1 parent 5cdefba commit cbedff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/sce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ function $SceProvider() {
797797
* escaping.
798798
*
799799
* @param {string} type The kind of context in which this value is safe for use. e.g. url,
800-
* resource_url, html, js and css.
800+
* resourceUrl, html, js and css.
801801
* @param {*} value The value that that should be considered trusted/safe.
802802
* @returns {*} A value that can be used to stand in for the provided `value` in places
803803
* where Angular expects a $sce.trustAs() return value.

0 commit comments

Comments
 (0)