From fec4381daf4f27b3aa424616eb83391081a17479 Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Fri, 12 Jan 2024 11:11:41 +0100 Subject: [PATCH] Fix typos --- docs/learn/dapp-developer/read-asset-data.md | 2 +- docs/learn/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/dapp-developer/read-asset-data.md b/docs/learn/dapp-developer/read-asset-data.md index bb0f7b2501..3567c99823 100644 --- a/docs/learn/dapp-developer/read-asset-data.md +++ b/docs/learn/dapp-developer/read-asset-data.md @@ -159,7 +159,7 @@ console.log(tokenType); -Based on this token type, the information of the [LSP4 Digital Metadata](../../standards/tokens/LSP4-Digital-Asset-Metadata.md) can be interpreted differently: it can either: +Based on this token type, the information of the [LSP4 Digital Metadata](../../standards/tokens/LSP4-Digital-Asset-Metadata.md) can be interpreted differently, it can either: - represent the token information of a whole contract - or the information of a single NFT, that has multiple ownable amounts or IDs. diff --git a/docs/learn/introduction.md b/docs/learn/introduction.md index 74731c7175..3945bd9263 100644 --- a/docs/learn/introduction.md +++ b/docs/learn/introduction.md @@ -44,7 +44,7 @@ By integrating different LSPs in unique ways, LUKSO solves fundamental blockchai - [📢 On-chain notifications](../standards/tokens/LSP7-Digital-Asset.md): users can be informed on token transfers and see which assets they own within their profile. They can even block transfers of certain assets by creating a list of allowed assets they want to accept. - [📝 Updatable and flexible metadata](../standards/generic-standards/lsp2-json-schema.md): metadata can be updated, enabling dynamic NFTs that can change certain properties over time, while other properties remain immutable. - [💫 Extend your account over time](../standards/generic-standards/lsp17-contract-extension.md): users can extend their account over time seamlessly, with no need to redeploy the associated smart contract. -- [⛽️ Gassless experience](./concepts.md#transaction-relay-service): UPs support Transaction Relay Services that cover the gas for users's transactions. Users won't have the burden of getting coins in order to use your application. +- [⛽️ Gasless experience](./concepts.md#transaction-relay-service): UPs support Transaction Relay Services that cover the gas for users's transactions. Users won't have the burden of getting coins in order to use your application. :::tip Seamless Onboarding