Skip to content

Commit 4408291

Browse files
snatchevscottgonzalez
authored andcommitted
Sortable: Fix spelling mistake.
1 parent 0796bde commit 4408291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/sortable.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</option>
4242
<option name="containment" default="false" example-value='"parent"'>
4343
<desc>
44-
<p>Defines a bounding box that the sortable items are contrained to while dragging.</p>
44+
<p>Defines a bounding box that the sortable items are constrained to while dragging.</p>
4545

4646
<p>Note: The element specified for containment must have a calculated width and height (though it need not be explicit). For example, if you have <code>float: left</code> sortable children and specify <code>containment: "parent"</code> be sure to have <code>float: left</code> on the sortable/parent container as well or it will have <code>height: 0</code>, causing undefined behavior.</p>
4747
</desc>

0 commit comments

Comments
 (0)