Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix spelling issues #21

Open
wants to merge 6 commits into
base: v1.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Archive/bounties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/Archive/exploring-story-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Archive/licensing-and-royalties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion docs/Ecosystem/public-domain-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down