Skip to content

Commit

Permalink
Merge pull request #2 from osrm/v1.2
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
jacob-tucker authored Jan 20, 2025
2 parents d9d13c3 + 94debc7 commit 33862cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Ecosystem/public-domain-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/SDK Reference/sdk-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33862cc

Please sign in to comment.