From 546f74e996d0b51de019085375a0705d6f069676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20V=C3=A1zquez?= Date: Mon, 21 Aug 2023 15:01:59 +0200 Subject: [PATCH] doc(device-detector): fix vue live examples for doc portal (#1260) --- .../src/x-modules/device/components/device-detector.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/x-components/src/x-modules/device/components/device-detector.vue b/packages/x-components/src/x-modules/device/components/device-detector.vue index a9dbfa9c4c..3498584cba 100644 --- a/packages/x-components/src/x-modules/device/components/device-detector.vue +++ b/packages/x-components/src/x-modules/device/components/device-detector.vue @@ -17,7 +17,7 @@ type MaxWidth = number; /** - * This component helps detecting or setting a device, that can be used later to create + * This component helps to detect or setting a device, that can be used later to create * different layouts optimized for different devices. This detected device is available under * the {@link XComponentAliasAPI.device} property. * @@ -154,7 +154,7 @@ name given an object containing all the possible breakpoints. _Try resizing the browser window!_ -```vue +```vue live