fix: doc drift

This commit is contained in:
Ludo Galabru
2023-05-08 22:54:07 -04:00
parent c4202dad2c
commit b595339024
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
{
"if_this": {
"scope": "stacks_protocol",
"operation": "stx_transfered"
"operation": "stx_transferred"
}
}

View File

@@ -172,7 +172,7 @@ Get any transaction, including an STX transfer operation
{
"if_this": {
"scope": "stacks_protocol",
"operation": "stx_transfered"
"operation": "stx_transferred"
}
}
```

View File

@@ -150,7 +150,7 @@ Get any transaction, including an STX transfer operation
{
"if_this": {
"scope": "stacks_protocol",
"operation": "stx_transfered"
"operation": "stx_transferred"
}
}
```