diff --git a/_develop/profiles.md b/_develop/profiles.md index f45a6319..691484c8 100644 --- a/_develop/profiles.md +++ b/_develop/profiles.md @@ -13,7 +13,7 @@ You can use the blockstack.js library to create and register an ID on the Stacks * TOC {:toc} -## About profiels +## About profiles Profile data is stored using Gaia on the user's selected storage provider. An example of a `profile.json` file URL using Blockstack provided storage: @@ -150,4 +150,4 @@ static getProofStatement(searchText: string) { return '' } } -``` \ No newline at end of file +```