From db21df8ef4d53679bc826bebbce71b57a8e1baa4 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:31:32 +0900 Subject: [PATCH 1/5] fix typo public-domain-project.md public -> publicly --- docs/Ecosystem/public-domain-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ecosystem/public-domain-project.md b/docs/Ecosystem/public-domain-project.md index 2d1fb96e..533d69c0 100644 --- a/docs/Ecosystem/public-domain-project.md +++ b/docs/Ecosystem/public-domain-project.md @@ -35,7 +35,7 @@ These literary works are collected from the following data sources: * [Public Domain Books](https://www.epubor.com/best-sites-for-public-domain-books.html) * [Public Domain Characters](https://pdsh.fandom.com/wiki/Category:Comic_Book_Characters) -The project also collects data from other public available websites that share public domain contents. +The project also collects data from other publicly available websites that share public domain contents. # Exploring Public Domain IP in Story Protocol From 16d7f25b978677b5b4e2f1b3b5925d17e9a1c3c3 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:32:33 +0900 Subject: [PATCH 2/5] fix typos sdk-permissions.md Be default -> By default --- docs/SDK Reference/sdk-permissions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/SDK Reference/sdk-permissions.md b/docs/SDK Reference/sdk-permissions.md index 1324bd9c..6763c2ac 100644 --- a/docs/SDK Reference/sdk-permissions.md +++ b/docs/SDK Reference/sdk-permissions.md @@ -40,7 +40,7 @@ Parameters: * `request.signer`: The address that can call `to` on behalf of the `ipAccount`. * `request.to`: The address that can be called by the `signer` (currently only modules can be `to`) * `request.permission`: The new permission level. -* `request.func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. Be default, it allows all functions. +* `request.func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. By default, it allows all functions. * `request.txOptions`: [Optional] The transaction [options](https://github.com/storyprotocol/sdk/blob/main/packages/core-sdk/src/types/options.ts). ```typescript Response Type @@ -65,7 +65,7 @@ Parameters: * `request.signer`: The address that can call `to` on behalf of the `ipAccount`. * `request.to`: The address that can be called by the `signer` (currently only modules can be `to`) * `request.permission`: The new permission level. -* `request.func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. Be default, it allows all functions. +* `request.func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. By default, it allows all functions. * `request.deadline`: [Optional] The deadline for the signature in milliseconds, default is 1000ms. * `request.txOptions`: [Optional] The transaction [options](https://github.com/storyprotocol/sdk/blob/main/packages/core-sdk/src/types/options.ts). @@ -115,7 +115,7 @@ Parameters: * `request.permissions[].signer`: The address that can call `to` on behalf of the `ipAccount`. * `request.permissions[].to`: The address that can be called by the `signer` (currently only modules can be `to`) * `request.permissions[].permission`: The new permission level. - * `request.permissions[].func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. Be default, it allows all functions. + * `request.permissions[].func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. By default, it allows all functions. * `request.deadline`: [Optional] The deadline for the signature in milliseconds, default is 1000ms. * `request.txOptions`: [Optional] The transaction [options](https://github.com/storyprotocol/sdk/blob/main/packages/core-sdk/src/types/options.ts). @@ -143,7 +143,7 @@ Parameters: * `request.permissions[].signer`: The address that can call `to` on behalf of the `ipAccount`. * `request.permissions[].to`: The address that can be called by the `signer` (currently only modules can be `to`) * `request.permissions[].permission`: The new permission level. - * `request.permissions[].func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. Be default, it allows all functions. + * `request.permissions[].func`: [Optional] The function selector string of `to` that can be called by the `signer` on behalf of the `ipAccount`. By default, it allows all functions. * `request.txOptions`: [Optional] The transaction [options](https://github.com/storyprotocol/sdk/blob/main/packages/core-sdk/src/types/options.ts). ```typescript Response Type From 735e09e3dd63223c76972c2b8464761575e54605 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:34:48 +0900 Subject: [PATCH 3/5] fix typo sdk-permissions.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "public available" β†’ "publicly available" "Publicly available" is the correct expression. "Publicly" is an adverb that modifies "available," forming a proper grammatical structure. "Public available" is grammatically incorrect and would be considered a typo. From fa16183064945ebde5cc8882e81ddee6e241c26a Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:35:30 +0900 Subject: [PATCH 4/5] fix typos sdk-permissions.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Be default" β†’ "By default" "Be default" is not a grammatically correct phrase. It’s a typo for "by default". "By default" means automatically or in the absence of any specific action or setting. From 1959fd31cf1e4b17d30a992e13c3044f5c5474af Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:37:06 +0900 Subject: [PATCH 5/5] fix typo public-domain-project.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "public available" β†’ "publicly available" "Publicly available" is the correct expression. "Publicly" is an adverb that modifies "available," forming a proper grammatical structure. "Public available" is grammatically incorrect and would be considered a typo.