We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f6089 commit 629a40cCopy full SHA for 629a40c
1 file changed
docs/guide/testing-with-sharp.md
@@ -47,11 +47,11 @@ Call the Sharp API to update the single Entity `$entityKey` with `$data`.
47
48
Call the Sharp API to store a new Entity `$entityKey` with `$data`.
49
50
-#### `deleteSharpEntityList(string $entityKey, $instanceId)`
+#### `deleteFromSharpList(string $entityKey, $instanceId)`
51
52
Call the Sharp API to delete an `$entityKey` instance on the Entity List.
53
54
-#### `deleteSharpShow(string $entityKey, $instanceId)`
+#### `deleteFromSharpShow(string $entityKey, $instanceId)`
55
56
Call the Sharp API to delete an `$entityKey` instance on the Show Page.
57
0 commit comments