Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Jan 12, 2024
1 parent ff8c3fb commit fec4381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/learn/dapp-developer/read-asset-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ console.log(tokenType);

<!-- prettier-ignore-end -->

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fec4381

Please sign in to comment.