Skip to content

Conversation

mfbz
Copy link
Contributor

@mfbz mfbz commented Sep 5, 2025

Copy link

vercel bot commented Sep 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Sep 5, 2025 5:20pm


## Returns

`Promise<string>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem correct 🤔, mind taking a look at this (love the params type above though -- so slick! 😎 )

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented! I also updated codeblocks formatting in return types

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request regenerates documentation with fixes for types extraction. The changes standardize documentation formatting and correct file path references in auto-generated documentation comments.

  • Updates quote style from single to double quotes throughout documentation
  • Fixes file path references in auto-generated documentation comments (removing /cadence/ directory references)
  • Improves type formatting with better line breaks and spacing
  • Fixes minor text issues like "onchain" to "on-chain"

Reviewed Changes

Copilot reviewed 80 out of 80 changed files in this pull request and generated 2 comments.

File Description
docs/build/tools/clients/fcl-js/packages-docs/sdk/*.md SDK documentation files with standardized quote formatting and corrected file path references
docs/build/tools/clients/fcl-js/packages-docs/fcl/*.md FCL documentation files with similar formatting improvements and path corrections

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -93,7 +93,7 @@ A proposal key contains three fields:
- Key index
- Sequence number

A transaction is only valid if its declared sequence number matches the current onchain sequence number for that key. The sequence number increments by one after the transaction is executed.
A transaction is only valid if its declared sequence number matches the current on-chain sequence number for that key. The sequence number increments by one after the transaction is executed.
Copy link
Preview

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed 'onchain' to 'on-chain' which is the correct hyphenated form when used as an adjective.

Copilot uses AI. Check for mistakes.

---

<!-- THIS DOCUMENT IS AUTO-GENERATED FROM [onflow/fcl/src/fcl.ts](https://github.com/onflow/fcl-js/tree/master/packages/fcl/src/fcl.ts). DO NOT EDIT MANUALLY -->

# mutate

A transaction execution function that allows you to submit Cadence transactions to the Flow blockchain
to mutate onchain state. This function handles the complete transaction lifecycle including building, signing, and
to mutate on-chain state. This function handles the complete transaction lifecycle including building, signing, and
Copy link
Preview

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed 'onchain' to 'on-chain' which is the correct hyphenated form when used as an adjective.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] No link to SubscribeParams from fcl.subscribe reference docs
2 participants