Skip to content

Commit eec30d2

Browse files
authored
Fix name of sort attribute key
This should be singular, right?
1 parent 0fe82e7 commit eec30d2

File tree

1 file changed

+1
-1
lines changed
  • docs/technical-details/reference/resources

1 file changed

+1
-1
lines changed

docs/technical-details/reference/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ Table.search({ select: 'id', conditions: ...})
537537

538538
This defines the sort order, and should be an object that can have the following properties:
539539

540-
- `attributes`: The attribute to sort on.
540+
- `attribute`: The attribute to sort on.
541541
- `descending`: If true, will sort in descending order (optional and defaults to `false`).
542542
- `next`: Specifies the next sort order to resolve ties. This is an object that follows the same structure as `sort`.
543543

0 commit comments

Comments
 (0)