From 8342e48fab7b96c2ec302659853e959dd503d135 Mon Sep 17 00:00:00 2001 From: Gareth Western Date: Sat, 20 Mar 2021 21:31:44 +0100 Subject: [PATCH] Fix a couple of minor typos (#1518) Just a couple of minor typos --- tutorials/getting_started/pages_intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/getting_started/pages_intro.md b/tutorials/getting_started/pages_intro.md index 68a24bac2..c484fe6a8 100644 --- a/tutorials/getting_started/pages_intro.md +++ b/tutorials/getting_started/pages_intro.md @@ -55,8 +55,8 @@ Interface | Purpose | How the UI is Defined | Notes -|-|-|- [Sitemaps]({{base}}/ui/sitemaps.html) | A simple declaritive way to define a simple user interface | Created using .sitemap files or through MainUI. | Used by BasicUI and the phone apps by default. [HABPanel]({{base}}/ui/habpanel/habpanel.html) | UI designed for fixed wall mounted tablets and similar touch screen displays using a blocks interface (e.g. the Windows 10 start menu) with a lot of customization options. | Built graphically though the browser. A number of custom widgets are defined and installable. -[HABot]({{base}}/ui/habot/) | Provides a basic chatbot interaace to interact with your home automation through natural langauge. | Requires the configuration of the semantic model. -[Pages]({{base}}/ui/index.html) | Built into MainUI that allows for a rich set of options to present your home automation. | Can be built automatiaclly through the semantic model as well as cutomized. +[HABot]({{base}}/ui/habot/) | Provides a basic chatbot interface to interact with your home automation through natural langauge. | Requires the configuration of the semantic model. +[Pages]({{base}}/ui/index.html) | Built into MainUI that allows for a rich set of options to present your home automation. | Can be built automatically through the semantic model as well as cutomized. Once installed, any non-Pages UI can be accessed in the "Other Apps" menu that pops up when clicking on the square icon in the upper right corner of the MainUI Overview page (first page you see when first accessing openHAB).