Skip to content

Commit deb66e3

Browse files
fix super.delete typo
1 parent 6afe62b commit deb66e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical-details/reference/resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ This is called by the default `put` and `patch` handlers to update a record. `pu
178178
179179
### `delete(queryOrProperty?): Resource|void|Response`
180180
181-
This will delete this record or resource, and is called for HTTP DELETE requests. You can define or override this method to define how records should be deleted. The default `delete` method on tables (`super.put(record)`) deletes the record from the table as part of the current transaction.
181+
This will delete this record or resource, and is called for HTTP DELETE requests. You can define or override this method to define how records should be deleted. The default `delete` method on tables (`super.delete(record)`) deletes the record from the table as part of the current transaction.
182182
183183
### `publish(message): Resource|void|Response`
184184

0 commit comments

Comments
 (0)