diff --git a/docs/learn/dapp-developer/read-profile-data.md b/docs/learn/dapp-developer/read-profile-data.md index cc24f8042d..8cfef0f79e 100644 --- a/docs/learn/dapp-developer/read-profile-data.md +++ b/docs/learn/dapp-developer/read-profile-data.md @@ -33,7 +33,7 @@ The explorer on 🔮 [universalprofile.cloud](https://universalprofile.cloud/) i ## Setup -To easily interact with a profile you should use the ⚒️ [erc725.js](https://npmjs.com/package/@erc725/erc725.js). It is able to fetch and conde profile and contract data easily. You can install it in your project using: +To easily interact with a profile you should use the ⚒️ [erc725.js](https://npmjs.com/package/@erc725/erc725.js). It is able to fetch and encode profile and contract data easily. You can install it in your project using: ```shell npm install @erc725/erc725.js