Skip to content

Commit 3909adc

Browse files
pr remarks
1 parent 08d9732 commit 3909adc

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/buyer-side/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ After Commit, you can now simply hold the rNFT and store it as a claim on the ph
4444

4545
### Step 2 - Redeeming an rNFT <a href="#step-2---redeeming-an-rnft" id="step-2---redeeming-an-rnft"></a>
4646

47-
The product listing displays a redemption period during which your rNFT is valid and can be exchanged for the asset it represents. During this time you are also free to trade, sell or gift the rNFT. Note that if you do not redeem your item within this time, the seller will no longer be obliged to the exchange and you will incurr buyer penalty set initially in the offer agreement.
47+
The product listing displays a redemption period during which your rNFT is valid and can be exchanged for the asset it represents. During this time you are also free to trade, sell or gift the rNFT. Note that if you do not redeem your item within this time, the seller will no longer be obliged to the exchange and you will incur buyer penalty set initially in the offer agreement.
4848

4949
When you are ready to take possession of the physical (or phygital) item, go back to the dApp to redeem your rNFT. The rNFT will be burned in the process.
5050

docs/seller-side/selling-on-the-dapp/creating-a-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will be presented to choose the type and variants of the product. The column
3131

3232
![Product type](/interface/assets/seller-create-product/seller-create-product-2type.png)
3333

34-
Click `Next` when you are ready to move on. For simplicity, we'll now asume that we selected a Physical and One item type.
34+
Click `Next` when you are ready to move on. For simplicity, we'll now assume that we selected a Physical and One item type.
3535

3636
#### Product Information screen <a href="#product-information-screen" id="product-information-screen"></a>
3737

docs/seller-side/widgets/the-commit-button-widget/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ const instance = CommitButton({
147147

148148
The Commit Widget is part of the React Component library from Boson Core Component you can discover on this [Storybook page](https://main--65f314a856a256708dd840ea.chromatic.com/?path=/story/widgets-commit--commit). Also, you can play around with the Commit button itself [Storybook page](https://main--65f314a856a256708dd840ea.chromatic.com/?path=/story/visual-components-buttons-commitbutton--base).
149149

150-
You can find an example HTML file which embeds the commit button on the the widgets subdomain: [https://widgets.bosonprotocol.io/scripts/commit-button-example.html](https://widgets.bosonprotocol.io/scripts/commit-button-example.html)
150+
You can find an example HTML file which embeds the commit button on the widgets subdomain: [https://widgets.bosonprotocol.io/scripts/commit-button-example.html](https://widgets.bosonprotocol.io/scripts/commit-button-example.html)

docs/seller-side/widgets/the-redemption-widget.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nav_order: 4
1111

1212
With the release of the Boson Redemption Widget Sellers can now offer redemption of their rNFTs on their own domains.
1313

14-
Sellers can chose to sell their rNFTs everywhere in the metaverse, in game, on NFT marketplaces, or from the Boson dApp whilst bringing users back to their own domain to redeem their NFTs.
14+
Sellers can choose to sell their rNFTs everywhere in the metaverse, in game, on NFT marketplaces, or from the Boson dApp whilst bringing users back to their own domain to redeem their NFTs.
1515

1616
The Boson Redemption Widget allows Sellers to simply embed, via a few lines of code, redemption functionality of their rNFTs into an existing website.
1717

@@ -35,7 +35,7 @@ To integrate the Boson Redemption Widget, all a seller needs to do is:
3535

3636
### Using the Boson Redemption Button <a href="#using-the-boson-redemption-button" id="using-the-boson-redemption-button"></a>
3737

38-
As a seller you can also chose to use the Boson branded "Redeem" Button on your website, if you would like to do this, all you need to do is :
38+
As a seller you can also choose to use the Boson branded "Redeem" Button on your website, if you would like to do this, all you need to do is :
3939

4040
1. Add the below 2 lines of code in HTML `<head>` section:
4141

@@ -57,7 +57,7 @@ As a seller you can also chose to use the Boson branded "Redeem" Button on your
5757

5858
#### Redeeming a specific rNFT <a href="#redeeming-a-specific-rnft" id="redeeming-a-specific-rnft"></a>
5959

60-
The Boson Widget's default behaviour is to show a buyer all of their redeemable vouchers, the widget be configured to direct a buyer to a given rNFT for redemption, this enables different user flows. This the way that the Widget is used on [the Boson dApp](https://bosonapp.io/).
60+
The Boson Widget's default behaviour is to show a buyer all of their redeemable vouchers, the widget can be configured to direct a buyer to a given rNFT for redemption, this enables different user flows. This the way that the Widget is used on [the Boson dApp](https://bosonapp.io/).
6161

6262
A Seller can specify which exchange is going to be redeemed by the widget, by:
6363

@@ -67,4 +67,4 @@ A Seller can specify which exchange is going to be redeemed by the widget, by:
6767
<button type="button" id="boson-redeem" data-exchange-id="80">Redeem Exchange 80</button>
6868
```
6969

70-
You can find an example HTML file which embeds the widgets on the the widgets subdomain : [https://widgets.bosonprotocol.io/example.html](https://widgets.bosonprotocol.io/example.html)
70+
You can find an example HTML file which embeds the widgets on the widgets subdomain : [https://widgets.bosonprotocol.io/example.html](https://widgets.bosonprotocol.io/example.html)

0 commit comments

Comments
 (0)