docs($sce): corrected typo & markup.

the --> that

value --> `value`

Closes #5735
This commit is contained in:
jesse 2014-01-10 17:00:57 -08:00 committed by Igor Minar
parent 2b344dbd20
commit b2c84ccde3

View file

@ -321,7 +321,7 @@ function $SceDelegateProvider() {
*
* @param {*} value The result of a prior {@link ng.$sceDelegate#methods_trustAs `$sceDelegate.trustAs`}
* call or anything else.
* @returns {*} The value the was originally provided to {@link ng.$sceDelegate#methods_trustAs
* @returns {*} The `value` that was originally provided to {@link ng.$sceDelegate#methods_trustAs
* `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns
* `value` unchanged.
*/