From 85ef9fa55385a8a41c34a0be8c8a81113625c7e0 Mon Sep 17 00:00:00 2001 From: Chris Houston Date: Thu, 24 Apr 2025 16:46:56 -0400 Subject: [PATCH 1/3] Fixing typos. --- 15/umbraco-cms/customizing/extending-overview/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-cms/customizing/extending-overview/README.md b/15/umbraco-cms/customizing/extending-overview/README.md index 3182b6dcb57..74d593f0d43 100644 --- a/15/umbraco-cms/customizing/extending-overview/README.md +++ b/15/umbraco-cms/customizing/extending-overview/README.md @@ -12,8 +12,8 @@ In this section you can find the common terms, concepts and guides used to exten ## [Extension Registry](extension-registry/) -How to registere extensions or manipulate others. +How to register extensions or manipulate others. ## [Extension Types](extension-types/) -An overview of the different ways to append funcationtlity. +An overview of the different ways to append functionality. From fff44502c7604d2c72be1a553315ae4d9f30d8d7 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 28 Apr 2025 08:36:46 +0200 Subject: [PATCH 2/3] Trigger GitBook Checks --- 15/umbraco-cms/customizing/extending-overview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/customizing/extending-overview/README.md b/15/umbraco-cms/customizing/extending-overview/README.md index 74d593f0d43..545eddc66ab 100644 --- a/15/umbraco-cms/customizing/extending-overview/README.md +++ b/15/umbraco-cms/customizing/extending-overview/README.md @@ -4,7 +4,7 @@ description: Getting started with backoffice setup and configurations # Extension Overview -The Backoffice architecture is based on Extensions, making different parts of the UI extendable. Enabling you to append, replace, or remove parts. +The backoffice architecture is based on Extensions, making different parts of the UI extendable. Enabling you to append, replace, or remove parts.
From e2b9a7f359c109bd519f43729ad607b9429b69b1 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 28 Apr 2025 08:45:06 +0200 Subject: [PATCH 3/3] Trigger GitBook Checks --- 15/umbraco-cms/customizing/extending-overview/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/customizing/extending-overview/README.md b/15/umbraco-cms/customizing/extending-overview/README.md index 545eddc66ab..cb389ea0944 100644 --- a/15/umbraco-cms/customizing/extending-overview/README.md +++ b/15/umbraco-cms/customizing/extending-overview/README.md @@ -8,7 +8,7 @@ The backoffice architecture is based on Extensions, making different parts of th
-In this section you can find the common terms, concepts and guides used to extend the Umbraco backoffice. +In this section, you can find the common terms, concepts and guides used to extend the Umbraco backoffice. ## [Extension Registry](extension-registry/)