From 508883bd16a2c0cf859040302db7f007ac0204d3 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Fri, 3 Apr 2020 18:34:39 +0300 Subject: [PATCH] updated dismissable info --- docs/en/UI/AspNetCore/Tag-Helpers/Popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`