Skip to content

Commit b51af77

Browse files
committed
fix: cancelation_key -> cancellation_key
1 parent 0b87d41 commit b51af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ client = Knock(api_key="sk_12345")
7575

7676
client.workflows.cancel(
7777
key="dinosaurs-loose",
78-
cancelation_key=alert.id,
78+
cancellation_key=alert.id,
7979
recipients=["jhammond", "agrant", "imalcolm", "esattler"],
8080
)
8181
```

0 commit comments

Comments
 (0)