Skip to content

Commit b595339

Browse files
author
Ludo Galabru
committed
fix: doc drift
1 parent c4202da commit b595339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
147147
{
148148
"if_this": {
149149
"scope": "stacks_protocol",
150-
"operation": "stx_transfered"
150+
"operation": "stx_transferred"
151151
}
152152
}
153153

docs/how-to-guides/how-to-use-chainhook-with-bitcoin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Get any transaction, including an STX transfer operation
172172
{
173173
"if_this": {
174174
"scope": "stacks_protocol",
175-
"operation": "stx_transfered"
175+
"operation": "stx_transferred"
176176
}
177177
}
178178
```

docs/how-to-guides/how-to-use-chainhook-with-stacks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Get any transaction, including an STX transfer operation
150150
{
151151
"if_this": {
152152
"scope": "stacks_protocol",
153-
"operation": "stx_transfered"
153+
"operation": "stx_transferred"
154154
}
155155
}
156156
```

0 commit comments

Comments
 (0)