From 445c242187681787b38e01ca1d316b5d3bf5a9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 25 Jan 2023 09:19:21 +0100 Subject: [PATCH] correct Terminology --- src/Umbraco.Web.UI.Client/src/stories/guides.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/stories/guides.stories.mdx b/src/Umbraco.Web.UI.Client/src/stories/guides.stories.mdx index 11208a3328..0238d9cdec 100644 --- a/src/Umbraco.Web.UI.Client/src/stories/guides.stories.mdx +++ b/src/Umbraco.Web.UI.Client/src/stories/guides.stories.mdx @@ -7,7 +7,7 @@ import { Meta } from '@storybook/addon-docs'; This section contains a set of guide which will ease the learning of the Umbraco CMS (Backoffice). In this document you will get a overview of the articles — Enabling you to get started with the parts that makes sense for you. -# Temology +# Terminology There is a few words that covers certain concepts, which is good to learn to easilier decode the purpose of code. - **Resource** A API enabling communication with a server. [Go to Resource Guide](/?path=/story/guides-resource--page)