Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/en/plugins/sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Alpine.plugin(sort)

The primary API for using this plugin is the `x-sort` directive. By adding `x-sort` to an element, its children containing `x-sort:item` become sortable—meaning you can drag them around with your mouse, and they will change positions.

> **Note:** The `x-sort` directive will only work, if the wrapped element includes and `x-data` attribute.
> **Note:** The `x-sort` directive will only work, if the wrapped element includes and `x-data` attribute.


```alpine
Expand Down