diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Popovers.md b/docs/en/UI/AspNetCore/Tag-Helpers/Popovers.md index d56b3fa0a5..55bb9fb0f6 100644 --- a/docs/en/UI/AspNetCore/Tag-Helpers/Popovers.md +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Popovers.md @@ -29,7 +29,7 @@ A value indicates if the element should be disabled for interaction. If this val ### dismissable -A value indicates to dismiss the popovers on the user's next click of a different element than the toggle element. If this value is set to `true`, `hoverable` attribute will be ignored. Should be one of the following values: +A value indicates to dismiss the popovers on the user's next click of a different element than the toggle element. Should be one of the following values: * `false` (default value) * `true`