From 377c4bc5bb28bb170f1e214838b8074bb2a6593b Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Wed, 23 Oct 2024 13:47:38 +0700 Subject: [PATCH] fix: grammar --- pages/developers/blueprints.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/developers/blueprints.mdx b/pages/developers/blueprints.mdx index abf2a26..e993f54 100644 --- a/pages/developers/blueprints.mdx +++ b/pages/developers/blueprints.mdx @@ -4,9 +4,9 @@ import ExpandableImage from "../../components/ExpandableImage.tsx" # Blueprints -**Blueprints** are specifications for Actively Validated Services (AVS) or **Instances** on the Tangle Network. Developers build blueprints using our [Gadget SDK](https://github.com/tangle-network/gadget) and deploy them to the Tangle Network. Once deployed, users can create Instances of the Blueprint, which are run by Tangle Operators. The Tangle Network incentivizes operators to run these instances by rewarding them with TNT tokens. Developers incentivize operators to run instances by specifying fees and additional rewards in the Blueprint. +**Blueprints** are specifications for Actively Validated Services (AVS) or **Instances** on the Tangle Network. Developers build blueprints using our [Gadget SDK](https://github.com/tangle-network/gadget) and deploy them to the Tangle Network. Once deployed, users can create Instances of the Blueprint, which are run by Tangle Operators. The Tangle Network incentivizes operators to run these instances by rewarding them with TNT tokens and fees from instancing and instance exeuction. Developers incentivize operators to run instances by specifying additional rewards for operators in the Blueprint. -An Actively Validated Service or Blueprint Instance is an computational service that runs a specified period of time, potentially user-specified or on-demand or forever. Instances allow Blueprints to be reused multiple times, so that useful services can be leveraged by many customers. A key benefit of instancing Blueprints is that each instance can have different operators and diffierent restaked assets securing them. +An Actively Validated Service or Blueprint Instance is a computational service that runs a specified period of time, potentially user-specified or on-demand or forever. Instances allow Blueprints to be reused multiple times, so that useful services can be leveraged by many customers. A key benefit of instancing Blueprints is that each instance can have different operators and diffierent restaked assets securing them. A Tangle Blueprint is defined by: