From d3ab498f462fbc3ba456afd3ac3a3e40219cbd8f Mon Sep 17 00:00:00 2001 From: "Aakashdeep S. Bhurkud" Date: Tue, 4 Nov 2025 12:49:56 +0530 Subject: [PATCH] Update sort.md --- packages/docs/src/en/plugins/sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/en/plugins/sort.md b/packages/docs/src/en/plugins/sort.md index 86dbec98f..263b9f5bf 100644 --- a/packages/docs/src/en/plugins/sort.md +++ b/packages/docs/src/en/plugins/sort.md @@ -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