From ef003e45fb1980a9af56ff340321a5203390c714 Mon Sep 17 00:00:00 2001 From: Bhupathideepa Date: Sun, 1 Jun 2025 10:58:24 +0530 Subject: [PATCH] Update prefabs-overview.md --- learn/app-development/custom-widgets/prefabs-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/learn/app-development/custom-widgets/prefabs-overview.md b/learn/app-development/custom-widgets/prefabs-overview.md index 27a72a928..173d134d0 100644 --- a/learn/app-development/custom-widgets/prefabs-overview.md +++ b/learn/app-development/custom-widgets/prefabs-overview.md @@ -4,15 +4,15 @@ id: "prefabs-overview" sidebar_label: "Prefabs Overview" --- --- -**Prefab** is a reusable, distributable component of an application, which can be tested independently. It can interact with APIs and data on the web. Prefabs can be embedded and integrated into your applications with ease. +**Prefab** is a reusable, distributable component of an application, and can be tested independently. It can interact with APIs and data on the web. Prefabs can be embedded and integrated into your applications with ease. [![](/learn/assets/prefab2.png)](/learn/assets/prefab2.png) In this document the following topics related to Prefabs are covered: -- the [What](#prefabs-example), [Why](#prefab-benefits) and [How](#prefab-anatomy) of a Prefab, +- The [What](#prefabs-example), [Why](#prefab-benefits) and [How](#prefab-anatomy) of a Prefab, - [various features](#prefab-features) of a Prefab, -- using Prefabs in your application by [publishing](#publishing-prefabs) and [importing](#importing-prefabs), and +- Using Prefabs in your application by [publishing](#publishing-prefabs) and [importing](#importing-prefabs), and - [structure](#files-prefabs) of the Prefab code. ## Understanding Prefabs - An Example