diff --git a/docs/Archive/bounties.md b/docs/Archive/bounties.md index d32f339..3d3bd39 100644 --- a/docs/Archive/bounties.md +++ b/docs/Archive/bounties.md @@ -344,7 +344,7 @@ Story Protocol team reserves the right to reward less than the total number of a * There are no explicit UI/UX design requirements, but judges will appreciate smooth Developer Experience (DX) flows that are focused around providing a magical developer experience. -* For this bounty, more emphasis will be put on how well integrated and functional the project is. +* For this bounty, more emphasis will be put on how well-integrated and functional the project is. ### Judging Criteria diff --git a/docs/Archive/exploring-story-protocol.md b/docs/Archive/exploring-story-protocol.md index 941c35e..00d8669 100644 --- a/docs/Archive/exploring-story-protocol.md +++ b/docs/Archive/exploring-story-protocol.md @@ -12,7 +12,7 @@ next: --- > 🚧 Beta release > -> Story Protocol is still in beta and not production complete yet – this means that we could change interfaces, smart contract deployments and backend endpoints at any time without warning or notice to you. When Story Protocol is production ready, we will remove this warning and will ensure the production quality of the protocol and update the document at a regular basis with formal notice. +> Story Protocol is still in beta and not production complete yet – this means that we could change interfaces, smart contract deployments and backend endpoints at any time without warning or notice to you. When Story Protocol is production ready, we will remove this warning and will ensure the production quality of the protocol and update the document on a regular basis with formal notice. Welcome builders! This section will help you orient yourself around the documentation and find the most relevant information, references and tutorials. @@ -32,7 +32,7 @@ If you want to build smart contracts with Story Protocol or build Web3 applicati # For Everyone -If you are a product manager, a founder or an entrepreneur who wants build a business related to IP, or an artist or an owner of properties that need to be protected, you can learn how you can achieve the goal of IP monitoring, protection and monetization with Story Protocol. Please refer to the [Ecosystem](doc:introduction) section to learn about the types of applications that people can build on top of Story Protocol. +If you are a product manager, a founder or an entrepreneur who wants to build a business related to IP, or an artist or an owner of properties that need to be protected, you can learn how you can achieve the goal of IP monitoring, protection and monetization with Story Protocol. Please refer to the [Ecosystem](doc:introduction) section to learn about the types of applications that people can build on top of Story Protocol. # Builder Program diff --git a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md index 8be63db..ca96195 100644 --- a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md +++ b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md @@ -14,7 +14,7 @@ next: slug: react-sdk-mint-a-license title: Mint a License --- -This section demonstrates how to add an existing policy to an IPA. By creating such a policy, an IPA becomes eligible for licensing creation. Users who then wish to creative derivatives of the IP may then mint licenses, which can be burned to enroll their IPs as derivative IPAs of the original work. +This section demonstrates how to add an existing policy to an IPA. By creating such a policy, an IPA becomes eligible for licensing creation. Users who then wish to create derivatives of the IP may then mint licenses, which can be burned to enroll their IPs as derivative IPAs of the original work. ## Prerequisites diff --git a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md index d89c0df..76a5596 100644 --- a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md +++ b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md @@ -24,7 +24,7 @@ For this section, we will register an existing NFT as an IP asset (#1 above). ## Prerequisites * [Setup](doc:react-sdk-setup) the Web3Provider. -* Own an ERC721 NFT in your wallet. Have it's contract address and token ID ready. +* Own an ERC721 NFT in your wallet. Have its contract address and token ID ready. # Register an Existing NFT as an IP Asset diff --git a/docs/Archive/licensing-and-royalties.md b/docs/Archive/licensing-and-royalties.md index 879dea0..646a7ac 100644 --- a/docs/Archive/licensing-and-royalties.md +++ b/docs/Archive/licensing-and-royalties.md @@ -23,7 +23,7 @@ struct InitParams { address[] targetAncestors; // the expected ancestors addresses of an ipId uint32[] targetRoyaltyAmount; // the expected royalties of each of the ancestors for a given ipId address[] parentAncestors1; // addresses of the ancestors of the first parent - address[] parentAncestors2; // addresses of the the ancestors of the second parent + address[] parentAncestors2; // addresses of the ancestors of the second parent uint32[] parentAncestorsRoyalties1; // the royalties of each of the first parent ancestors uint32[] parentAncestorsRoyalties2; // the royalties of each of the second parent ancestors } diff --git a/docs/Ecosystem/public-domain-project.md b/docs/Ecosystem/public-domain-project.md index 2d1fb96..bbc815b 100644 --- a/docs/Ecosystem/public-domain-project.md +++ b/docs/Ecosystem/public-domain-project.md @@ -75,7 +75,7 @@ The series processor is used for generating the data types under the management ## IP Loader -Before interacting with Story Protocol to create IP related data (IP Orgs, IP Asset, Relationship etc), the pipeline requires the IP Loader to generate the parameters to call Story Protocol SDK to perform the actions to create and config these entities. Once the parameters are generated, the pipeline will need store the parameters for the next step. +Before interacting with Story Protocol to create IP related data (IP Orgs, IP Asset, Relationship etc), the pipeline requires the IP Loader to generate the parameters to call Story Protocol SDK to perform the actions to create and config these entities. Once the parameters are generated, the pipeline will need to store the parameters for the next step. ## IP Processor