Skip to content

Commit 629a40c

Browse files
Correct method names
1 parent 23f6089 commit 629a40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/testing-with-sharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Call the Sharp API to update the single Entity `$entityKey` with `$data`.
4747

4848
Call the Sharp API to store a new Entity `$entityKey` with `$data`.
4949

50-
#### `deleteSharpEntityList(string $entityKey, $instanceId)`
50+
#### `deleteFromSharpList(string $entityKey, $instanceId)`
5151

5252
Call the Sharp API to delete an `$entityKey` instance on the Entity List.
5353

54-
#### `deleteSharpShow(string $entityKey, $instanceId)`
54+
#### `deleteFromSharpShow(string $entityKey, $instanceId)`
5555

5656
Call the Sharp API to delete an `$entityKey` instance on the Show Page.
5757

0 commit comments

Comments
 (0)