From 5dc4097d7bcf26288622202cb0847c14994699a1 Mon Sep 17 00:00:00 2001 From: 82amp <46736702+82amp@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:04:34 +1100 Subject: [PATCH] chore:fix missing ` in carousel documentation --- src/components/carousel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/carousel/README.md b/src/components/carousel/README.md index f90422e2fc1..29b329fca4c 100644 --- a/src/components/carousel/README.md +++ b/src/components/carousel/README.md @@ -126,7 +126,7 @@ swipe (on touch enabled devices, if not disabled). When the users mouse hovers the carousel it will automatically pause, and will automatically restart when the mouse leaves the carousel. To disable this feature, set the `no-hover-pause` prop on -`. +``. ## Controls and indicators