From 59684658bea9745fe199090d50ba0defc1545e90 Mon Sep 17 00:00:00 2001 From: "C." Date: Mon, 20 May 2024 20:23:03 +0300 Subject: [PATCH] hot fixes --- .../Integration/Basic/Connect/Navigation/Navigation.tutorial | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Integration/Basic/Connect/Navigation/Navigation.tutorial b/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Integration/Basic/Connect/Navigation/Navigation.tutorial index 9d2173a..00a0cd7 100644 --- a/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Integration/Basic/Connect/Navigation/Navigation.tutorial +++ b/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Integration/Basic/Connect/Navigation/Navigation.tutorial @@ -1,8 +1,8 @@ @Tutorial(time: 20) { @Intro(title: "Navigating between Elements") { - Previously we learnt how to provide interfacial elements with everything to be accessible. But interfaces are not just elements -- there is also coherence between them, implemented by meaningful connection between its elements. + Previously we learnt how to provide interfacial elements with everything to be accessible. But interfaces are not just elements -- there is also coherence between them, implemented by meaningful **connections between its elements**. - In this tutorial we are going to conclude foundation of making accessible interfaces: how to connect everything so it flawlessly work as intended with any assistive technology. + In this tutorial we are going to conclude foundation of making accessible interfaces: how to connect everything so it *flawlessly* works as intended with *any* assistive technology. } @Section(title: "Direct and indirect selection") {