From 9ef7c755b94ff89c319a5d192b5a30f73000ccbb Mon Sep 17 00:00:00 2001 From: alessandrokonrad Date: Wed, 29 Jan 2025 14:16:59 +0100 Subject: [PATCH] udpated docs --- docs/docs/getting-started/choose-provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started/choose-provider.md b/docs/docs/getting-started/choose-provider.md index 07d4d5fb..7b226194 100644 --- a/docs/docs/getting-started/choose-provider.md +++ b/docs/docs/getting-started/choose-provider.md @@ -91,8 +91,8 @@ const datum = await lucid.provider.getDatum(""); ``` For convenience you can also query datums directly from utxos. When you query -the datum for a UTxO, Lucid automatically adds the datum to the UTxO. This means -that subsequent queries for the same UTxO will return the result instantly, +the datum for a utxo, Lucid automatically adds the datum to the utxo. This means +that subsequent queries for the same utxo will return the result instantly, without the need for an additional network request. ```js