diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 3798f8cf42ae..b3ce008ddeb7 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -182,7 +182,7 @@ function $SanitizeProvider() { * * * - * @param {boolean=} regexp New regexp to whitelist urls with. + * @param {boolean=} flag Enable or disable SVG support in the sanitizer. * @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called * without an argument or self for chaining otherwise. */