Skip to content

Commit

Permalink
DOC -- [fcl] fix transactions.mdx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos authored Jun 22, 2022
1 parent 181b1a0 commit 817339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Our Cadence code this time has a prepare statement, and we are using the `fcl.cu
The `prepare` statement's arguments directly map to the order of the authorizations in the `authorizations` array.
Four authorizations means four `AuthAccount`s as arguments passed to `prepare`. In this case though there is only one, and it is the `currentUser`.

These authorizations are important as you can only access/modify an accounts storage if you have the said ccounts authorization.
These authorizations are important as you can only access/modify an accounts storage if you have the said accounts authorization.

```javascript
import * as fcl from "@onflow/fcl"
Expand Down

0 comments on commit 817339c

Please sign in to comment.