Skip to content

[Feedback] Typing Error in docs, might confuse people #825

@arshali2774

Description

@arshali2774

Feedback

In your Safe SDK docs, in Protocol Kit under Signatures under Transaction where you are talking about safe2_3, I think there is some writing mistake where it is writing safe1_1 instead of safe2_3

Actual paragraph

To generate a Safe compatible signature, we use the buildContractSignature method, which takes an array of signatures and returns another signature that can be used with Safe accounts. After that, we add the signature from safe1_1 to our initial transaction.

URL: https://docs.safe.global/sdk/protocol-kit/guides/signatures/transactions

How can this issue be resolved?

  1. Just update the this line After that, we add the signature from safe1_1 to our initial transaction. to say this After that, we add the signature from safe2_3 to our initial transaction.

Are you interested in working on this?

  • I would like to implement/fix this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextra-feedbackFeedback submitted through Nextra

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions