Skip to content

Commit a22a6fc

Browse files
committed
fix(docs): correct typos in FAssets documentation for clarity
1 parent 99f9140 commit a22a6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fassets/developer-guides/1-fassets-get-asset-amanager-address-registry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Then, it uses the Asset Manager Controller address to get the FXRP Asset Manager
4040

4141
### Contract Breakdown
4242

43-
1. Imports the neccesary interfaces and libraries from the [Flare Periphery Contracts package](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts).
43+
1. Imports the necessary interfaces and libraries from the [Flare Periphery Contracts package](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts).
4444
2. Defines a constant `TXRP_HASH` that is the hash of the string `TXRP`.
4545
This is used to identify the FXRP asset manager.
4646
3. Implements a function `getFxrpAssetManager` that returns the FXRP Asset Manager address.

examples/developer-hub-solidity/FAssetsAssetManagerRegistry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.0;
33

4-
// 1. Import the neccesary interfaces and libraries
4+
// 1. Import the necessary interfaces and libraries
55
import {IFlareContractRegistry} from "@flarenetwork/flare-periphery-contracts/coston2/IFlareContractRegistry.sol";
66

77
import {IAssetManager} from "@flarenetwork/flare-periphery-contracts/coston2/IAssetManager.sol";

0 commit comments

Comments
 (0)