Skip to content

Commit

Permalink
fix(actions-and-reducers.mdx): fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jun 26, 2024
1 parent b9408ed commit 56c509e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ this.reducer.reduce<State>(
```

The `getActions` function retrieves a list of previoulsy emmited actions from an archive node:
The `getActions` function retrieves a list of previously emitted actions from an archive node:

```ts
let pendingActions = this.reducer.getActions({ fromActionState?: Field, endActionState?: Field }): MerkleList<MerkleList<Action>>;
Expand Down

0 comments on commit 56c509e

Please sign in to comment.