From 661991b7b47a3bb43768259108b65ec275049112 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sat, 5 Nov 2022 16:22:44 +0000 Subject: [PATCH] Tweak collapse prose --- site/content/docs/5.2/components/collapse.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/docs/5.2/components/collapse.md b/site/content/docs/5.2/components/collapse.md index e53fb5458f66..95abc536c43b 100644 --- a/site/content/docs/5.2/components/collapse.md +++ b/site/content/docs/5.2/components/collapse.md @@ -22,7 +22,7 @@ Click the buttons below to show and hide another element via class changes: - `.collapsing` is applied during transitions - `.collapse.show` shows content -Generally, we recommend using a button with the `data-bs-target` attribute. While not recommended from a semantic point of view, you can also use a link with the `href` attribute (and a `role="button"`). In both cases, the `data-bs-toggle="collapse"` is required. +Generally, we recommend using a `